diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml index 3737588..f29a44d 100644 --- a/app/views/issues/_history.rhtml +++ b/app/views/issues/_history.rhtml @@ -1,5 +1,5 @@ <% for journal in journals %> -
+

<%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %>
<%= content_tag('a', '', :name => "note-#{journal.indice}")%> <%= format_time(journal.created_on) %> - <%= journal.user.name %>