Chris@1295:
<%=l(:label_tracker)%> | Chris@1295:Chris@1295: | <%=l(:button_sort)%> | Chris@1295:Chris@1295: |
---|---|---|---|
<%= link_to h(tracker.name), edit_tracker_path(tracker) %> | Chris@1295:<% unless tracker.workflow_rules.count > 0 %><%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), {:controller => 'workflows', :action => 'edit', :tracker_id => tracker} %>)<% end %> | Chris@1295:<%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %> | Chris@1295:Chris@1295: <%= delete_link tracker_path(tracker) %> Chris@1295: | Chris@1295:
<%= pagination_links_full @tracker_pages %>
Chris@1295: Chris@1295: <% html_title(l(:label_tracker_plural)) -%>