Patch #27219 » trackers_index_trunk_r16967.patch
app/views/trackers/index.html.erb | ||
---|---|---|
8 | 8 |
<table class="list trackers"> |
9 | 9 |
<thead><tr> |
10 | 10 |
<th><%=l(:label_tracker)%></th> |
11 |
<th><%=l(:field_default_status)%></th> |
|
11 | 12 |
<th></th> |
12 | 13 |
<th></th> |
13 | 14 |
</tr></thead> |
... | ... | |
15 | 16 |
<% for tracker in @trackers %> |
16 | 17 |
<tr> |
17 | 18 |
<td class="name"><%= link_to tracker.name, edit_tracker_path(tracker) %></td> |
19 |
<td><%= tracker.default_status.name %></td> |
|
18 | 20 |
<td> |
19 | 21 |
<% unless tracker.workflow_rules.exists? %> |
20 | 22 |
<span class="icon icon-warning"> |
- « Previous
- 1
- 2
- Next »