diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 5326c5638..4240d096b 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -1,6 +1,6 @@
<%= link_to h(tracker.name), edit_tracker_path(tracker) %> | -<% unless tracker.workflow_rules.count > 0 %><%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), {:controller => 'workflows', :action => 'edit', :tracker_id => tracker} %>)<% end %> | -<%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %> | ++ <% unless tracker.workflow_rules.count > 0 %> + + <%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), workflows_edit_path(:tracker_id => tracker) %>) + + <% end %> + | ++ <%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %> + | <%= delete_link tracker_path(tracker) %> | diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 4f77a6493..85dc27f67 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -4,7 +4,7 @@