<%=_('Trackers')%>

<% for tracker in @trackers %> <% end %>
<%=_('Tracker')%>
<%= link_to tracker.name, :action => 'edit', :id => tracker %> <%= start_form_tag :action => 'destroy', :id => tracker %> <%= submit_tag _('Delete'), :class => "button-small" %> <%= end_form_tag %>
<%= pagination_links_full @tracker_pages %>
<%= link_to '» ' + _('New tracker'), :action => 'new' %>