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