Skip to content

Commit

Permalink
Fixes issue [Fixes [#6734]](#6734) (renaming t to translation in layo…
Browse files Browse the repository at this point in the history
…uts/application.html.erb) (#7455)

* Update tools_places.html.erb

* Update application.html.erb

* Revert "Update tools_places.html.erb"

This reverts commit 40e0191.
  • Loading branch information
3ng7n33r authored Feb 12, 2020
1 parent 7e8ef02 commit a95d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<%= raw strip_tags(sanitize(RDiscount.new(@node.body).to_html)).truncate(100) %>
</p>
<% end %>
<p class="facebook-summary" style="display:none;"><%= t('layout._header.summary') %></p>
<p class="facebook-summary" style="display:none;"><%= translation('layout._header.summary') %></p>

<!-- facebook needs this apparently -->
<div id="fb-root"></div>
Expand Down

0 comments on commit a95d8bb

Please sign in to comment.