You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_action_menu_edit.html.erb 267B

12345678910
  1. <div style="clear: both;"></div>
  2. <%= render :partial => 'action_menu' %>
  3. <div style="clear: both;"></div>
  4. <% if @issue.editable? %>
  5. <div id="update" style="display:none;">
  6. <h3><%= l(:button_edit) %></h3>
  7. <%= render :partial => 'edit' %>
  8. </div>
  9. <% end %>