We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33316f3 commit 12c2018Copy full SHA for 12c2018
app/views/admin/endorsements/index.html.erb
@@ -1,7 +1,7 @@
1
<%- if @provider.nil? -%>
2
<h2><%= t('navigation.endorsements') %></h2>
3
<%- else -%>
4
- <h2><%= t('endorsement.endorsements_for', :company_name => @provider.company_name) %></h2>
+ <h2><%= t('endorsement.endorsements_for', :company_name => @provider.company_name.to_s) %></h2>
5
<%- end -%>
6
7
<%- if @endorsements.empty? -%>
0 commit comments