summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-28 16:42:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-28 16:42:31 +0000
commitc9197769fb06332f4f878ce84b5c516c43c215e0 (patch)
tree7f8d1234fe543ad365a2b34bc99d0300b5da5116 /app
parentda84474391280bdd6004231ac71bdc26a5502936 (diff)
downloadredmine-c9197769fb06332f4f878ce84b5c516c43c215e0.tar.gz
redmine-c9197769fb06332f4f878ce84b5c516c43c215e0.zip
Fixes bottom links placement in issue with associated changesets (#4883).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3516 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/show.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 6c83c44fb..b78908b00 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -87,10 +87,11 @@
</div>
<% end %>
-<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
<div style="clear: both;"></div>
+<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
+<div style="clear: both;"></div>
<% if authorize_for('issues', 'edit') %>
<div id="update" style="display:none;">
<h3><%= l(:button_update) %></h3>