@@ -19,9 +19,9 | |||||
19 | <td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td> |
|
19 | <td align="center" style="width:15%;"><%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %></td> | |
20 | <td class="buttons"> |
|
20 | <td class="buttons"> | |
21 | <%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker }, |
|
21 | <%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker }, | |
22 | :method => :post, |
|
22 | :method => :post, | |
23 |
|
|
23 | :confirm => l(:text_are_you_sure), | |
24 |
|
|
24 | :class => 'icon icon-del') %> | |
25 | </td> |
|
25 | </td> | |
26 | </tr> |
|
26 | </tr> | |
27 | <% end %> |
|
27 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now