summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_action_menu_edit.html.erb
blob: a189d7c4537020c36989325f43fe5bd3c8d155a3 (plain)
1
2
3
4
5
6
7
8
9
10
<div style="clear: both;"></div>
<%= render :partial => 'action_menu' %>

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