mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Show default status on trackers/index view (#27219).
Patch by Tomomi Yuzuriha. git-svn-id: http://svn.redmine.org/redmine/trunk@17140 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
89de01076a
commit
85ea5ed024
@ -8,6 +8,7 @@
|
||||
<table class="list trackers">
|
||||
<thead><tr>
|
||||
<th><%=l(:label_tracker)%></th>
|
||||
<th><%=l(:field_default_status)%></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr></thead>
|
||||
@ -15,6 +16,7 @@
|
||||
<% for tracker in @trackers %>
|
||||
<tr>
|
||||
<td class="name"><%= link_to tracker.name, edit_tracker_path(tracker) %></td>
|
||||
<td><%= tracker.default_status.name %></td>
|
||||
<td>
|
||||
<% unless tracker.workflow_rules.exists? %>
|
||||
<span class="icon icon-warning">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user