Skip to content

Commit

Permalink
[ifmeorg#1713] Refactored More link to translatable load_more
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Warmenhoven committed Apr 25, 2020
1 parent d7d199e commit 7c4df63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/moments/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<% @resources.take(3).each do |item| %>
<li><%= link_to item['name'], item['link'] %></li>
<%end %>
<li><%= link_to 'More...', "/resources?#{@resources_tags}" %></li>
<li><%= link_to "#{t('load_more')}", "/resources?#{@resources_tags}" %></li>
</ul>
</div>
<% end %>
Expand Down

0 comments on commit 7c4df63

Please sign in to comment.