[#199] Add view_issues_show_identifier hook

Contributed by Yuki Sonoda
This commit is contained in:
Eric Davis 2011-03-13 17:27:20 -07:00
parent 1e66dd9043
commit 0db26f8337
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<%= render :partial => 'action_menu' %>
<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
<h2><%= @issue.tracker.name %> #<%= @issue.id %><%= call_hook(:view_issues_show_identifier, :issue => @issue) %></h2>
<div class="<%= @issue.css_classes %> details">
<%= avatar(@issue.author, :size => "50") %>