diff options
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r-- | app/views/issues/show.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 2943f4395..ed14fe3f8 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -69,6 +69,8 @@ end %> <%= link_to_attachments @issue %> +<%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> + <% if authorize_for('issue_relations', 'new') || @issue.relations.any? %> <hr /> <div id="relations"> |