缺陷编辑页面直接显示,不需要点击留言按钮才显示缺陷编辑页面

This commit is contained in:
sw 2014-06-20 17:14:43 +08:00
parent 05659fa2db
commit 339b5b0296
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ end %>
<div style="clear: both;"></div> <div style="clear: both;"></div>
<% if @issue.editable? %> <% if @issue.editable? %>
<div id="update" style="display:none;"> <div id="update">
<h3><%= l(:button_update) %></h3> <h3><%= l(:button_update) %></h3>
<%= render :partial => 'edit' %> <%= render :partial => 'edit' %>
</div> </div>