Index: app/views/issues/_history.rhtml =================================================================== --- app/views/issues/_history.rhtml (revision 3629) +++ app/views/issues/_history.rhtml (working copy) @@ -6,11 +6,13 @@ <%= content_tag('a', '', :name => "note-#{journal.indice}")%> <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %> - <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %>