Index: show.html.erb =================================================================== --- show.html.erb (revision 13609) +++ show.html.erb (working copy) @@ -107,6 +107,8 @@ +<%= call_hook(:view_issues_show_above_issue_changesets, :issue => @issue) %> + <% if @changesets.present? %>

<%=l(:label_associated_revisions)%>

@@ -114,6 +116,8 @@
<% end %> +<%= call_hook(:view_issues_show_below_issue_changesets, :issue => @issue) %> + <% if @journals.present? %>

<%=l(:label_history)%>