diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 11:59:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-05 11:59:56 +0000 |
commit | 745fec76d0f81c6536540ebfad497b264a5bd0f0 (patch) | |
tree | b4f21abfd2fc025f48ecdb71538990ac7f85e57e | |
parent | 1eca3947a17ba2b976745bc111ef67dc81aba914 (diff) | |
download | redmine-745fec76d0f81c6536540ebfad497b264a5bd0f0.tar.gz redmine-745fec76d0f81c6536540ebfad497b264a5bd0f0.zip |
Fixes #773: Changeset block is smashing the update frame on issues/show.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1193 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/issues/show.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index c5efe4f25..d9727cae7 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -87,6 +87,7 @@ end %> <%= render :partial => 'history', :locals => { :journals => @journals } %> </div> <% end %> +<div style="clear: both;"></div> <% if authorize_for('issues', 'edit') %> <div id="update" style="display:none;"> |