Chris@909:
<%=l(:label_tracker)%> | Chris@909:Chris@909: | <%=l(:button_sort)%> | Chris@909:Chris@909: |
---|---|---|---|
<%= link_to h(tracker.name), edit_tracker_path(tracker) %> | Chris@909:<% unless tracker.workflows.count > 0 %><%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), {:controller => 'workflows', :action => 'edit', :tracker_id => tracker} %>)<% end %> | Chris@909:<%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %> | Chris@909:Chris@909: <%= link_to(l(:button_delete), tracker_path(tracker), Chris@909: :method => :delete, Chris@909: :confirm => l(:text_are_you_sure), Chris@909: :class => 'icon icon-del') %> Chris@909: | Chris@909:
<%= pagination_links_full @tracker_pages %>
Chris@909: Chris@909: <% html_title(l(:label_tracker_plural)) -%>