<%= link_to l(:label_tracker_new), {:action => 'new'}, :class => 'pic picAdd' %>

<%=l(:label_tracker_plural)%>

<% for tracker in @trackers %> "> <% end %>
<%=l(:label_tracker)%>
<%= link_to tracker.name, :action => 'edit', :id => tracker %> <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
<%= pagination_links_full @tracker_pages %>