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 %> <% end %>
</span> </span>
<% if story.markeddown_description.present? %> <% if story.markeddown_description.present? %>
<a class="description_present" title="Additional text available" <a class="description_present" title="<%= t '.additionaltext' %>" href="<%= story.comments_path %>">&#x2636;</a>
href="<%= story.comments_path %>">&#x2636;</a>
<% end %> <% end %>
<% if story.can_be_seen_by_user?(@user) %> <% if story.can_be_seen_by_user?(@user) %>
<span class="tags"> <span class="tags">