summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-05-01 13:12:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-05-01 13:12:53 +0000
commite1d47931f1879289369c69672c5846ef12062779 (patch)
tree698c2d9be7569952952102962bc079ba653d9156
parent5d09c730d42072c936fbd73061ad45cc4bd0c385 (diff)
downloadredmine-e1d47931f1879289369c69672c5846ef12062779.tar.gz
redmine-e1d47931f1879289369c69672c5846ef12062779.zip
Restores the bottom action menu.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11753 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/issues/show.html.erb1
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? %>