diff options
-rw-r--r-- | app/views/issues/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index df46a624c..83b4f56ed 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -123,6 +123,7 @@ end %> <div style="clear: both;"></div> +<%= render :partial => 'action_menu' %> <div style="clear: both;"></div> <% if @issue.editable? %> |