fix variable length

This commit is contained in:
Carl Chenet 2016-11-10 15:06:23 +01:00
parent 361387b38a
commit 63a7c3402d

View file

@ -86,7 +86,7 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ?
<% end %>
<% if defined?(show_story) && show_story %>
| <%= t('.on') %>
| <%= t('.about') %>
<a href="<%= comment.story.comments_path %>"><%= comment.story.title
%></a>
<% end %>