@@ -28,9 +28,9 | |||||
28 | <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td> |
|
28 | <td align="center" style="width:15%;"><%= reorder_links('issue_status', {:action => 'update', :id => status}) %></td> | |
29 | <td class="buttons"> |
|
29 | <td class="buttons"> | |
30 | <%= link_to(l(:button_delete), { :action => 'destroy', :id => status }, |
|
30 | <%= link_to(l(:button_delete), { :action => 'destroy', :id => status }, | |
31 | :method => :post, |
|
31 | :method => :post, | |
32 |
|
|
32 | :confirm => l(:text_are_you_sure), | |
33 |
|
|
33 | :class => 'icon icon-del') %> | |
34 | </td> |
|
34 | </td> | |
35 | </tr> |
|
35 | </tr> | |
36 | <% end %> |
|
36 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now