diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb
index c4981ccd3..3234d312b 100644
--- a/app/views/trackers/index.html.erb
+++ b/app/views/trackers/index.html.erb
@@ -19,9 +19,9 @@
<%= reorder_links('tracker', {:action => 'edit', :id => tracker}) %> |
<%= link_to(l(:button_delete), { :action => 'destroy', :id => tracker },
- :method => :post,
- :confirm => l(:text_are_you_sure),
- :class => 'icon icon-del') %>
+ :method => :post,
+ :confirm => l(:text_are_you_sure),
+ :class => 'icon icon-del') %>
|
<% end %>