fix missing translation. fixes #27

This commit is contained in:
Carl Chenet 2016-11-24 11:20:51 +01:00
parent 63a2e0ab6b
commit 8ad2ab80da

View file

@ -26,8 +26,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %>
<% end %>
</span>
<% if story.markeddown_description.present? %>
<a class="description_present" title="Additional text available"
href="<%= story.comments_path %>">&#x2636;</a>
<a class="description_present" title="<%= t '.additionaltext' %>" href="<%= story.comments_path %>">&#x2636;</a>
<% end %>
<% if story.can_be_seen_by_user?(@user) %>
<span class="tags">