]> source.dussan.org Git - redmine.git/commitdiff
Link to the anchor only.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Jan 2015 10:54:41 +0000 (10:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Jan 2015 10:54:41 +0000 (10:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13940 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_history.html.erb

index 3747e8d5f5585b238760edbe48eeb3f0bec58caa..fc4593ab87525b44a161a200511afe0d1e918043 100644 (file)
@@ -2,7 +2,7 @@
 <% for journal in journals %>
   <div id="change-<%= journal.id %>" class="<%= journal.css_classes %>">
     <div id="note-<%= journal.indice %>">
-    <h4><%= link_to "##{journal.indice}", {:anchor => "note-#{journal.indice}"}, :class => "journal-link" %>
+    <h4><a href="#note-<%= journal.indice %>" class="journal-link">#<%= journal.indice %></a>
     <%= avatar(journal.user, :size => "24") %>
     <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %>
     <%= content_tag('span', l(:field_is_private), :class => 'private') if journal.private_notes? %></h4>