##// END OF EJS Templates
Fixes #773: Changeset block is smashing the update frame on issues/show....
Jean-Philippe Lang -
r1179:745fec76d0f8
parent child
Show More
@@ -87,6 +87,7 end %>
87 <%= render :partial => 'history', :locals => { :journals => @journals } %>
87 <%= render :partial => 'history', :locals => { :journals => @journals } %>
88 </div>
88 </div>
89 <% end %>
89 <% end %>
90 <div style="clear: both;"></div>
90
91
91 <% if authorize_for('issues', 'edit') %>
92 <% if authorize_for('issues', 'edit') %>
92 <div id="update" style="display:none;">
93 <div id="update" style="display:none;">
General Comments 0
You need to be logged in to leave comments. Login now