Commit 22fa367d65583831cff563a3b13563f7ab8005a1
Exists in
staging
and in
1 other branch
Merge branch 'master' into staging
Showing
5 changed files
with
7 additions
and
3 deletions
Show diff stats
app/models/article.rb
app/models/community.rb
app/models/enterprise.rb
app/models/person.rb
app/views/search/search_page.html.erb
1 | -<%= render :partial => 'search_form', :locals => { :hint => _("Type words about the %s you're looking for") % @asset.to_s.singularize } %> | |
1 | +<%= render :partial => 'search_form', :locals => { :hint => _("Type words about the %s you're looking for") % _(@asset.to_s.singularize) } %> | |
2 | 2 | <%= render :partial => 'search_content' %> |
3 | 3 | |
4 | 4 | <div style="clear: both"></div> | ... | ... |