缺陷编辑页面直接显示,不需要点击留言按钮才显示缺陷编辑页面
This commit is contained in:
parent
05659fa2db
commit
339b5b0296
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue