diff options
Diffstat (limited to 'app/views/trackers/index.html.erb')
-rw-r--r-- | app/views/trackers/index.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb index 0d6e11898..d1928e989 100644 --- a/app/views/trackers/index.html.erb +++ b/app/views/trackers/index.html.erb @@ -15,8 +15,8 @@ <tbody> <% for tracker in @trackers %> <tr class="<%= cycle("odd", "even") %>"> - <td><%= link_to h(tracker.name), edit_tracker_path(tracker) %></td> - <td align="center"> + <td class="name"><%= link_to h(tracker.name), edit_tracker_path(tracker) %></td> + <td> <% unless tracker.workflow_rules.count > 0 %> <span class="icon icon-warning"> <%= l(:text_tracker_no_workflow) %> (<%= link_to l(:button_edit), workflows_edit_path(:tracker_id => tracker) %>) |