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
This commit is contained in:
parent
1eca3947a1
commit
745fec76d0
|
@ -87,6 +87,7 @@ end %>
|
||||||
<%= render :partial => 'history', :locals => { :journals => @journals } %>
|
<%= render :partial => 'history', :locals => { :journals => @journals } %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<div style="clear: both;"></div>
|
||||||
|
|
||||||
<% if authorize_for('issues', 'edit') %>
|
<% if authorize_for('issues', 'edit') %>
|
||||||
<div id="update" style="display:none;">
|
<div id="update" style="display:none;">
|
||||||
|
|
Loading…
Reference in New Issue