Fixed: Workflow summary shows X icon for workflow with exactly 1 status transition (#7611).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4890 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
58f5d3ab09
commit
490ad9eeb8
|
@ -24,7 +24,7 @@
|
||||||
<td><%= h tracker %></td>
|
<td><%= h tracker %></td>
|
||||||
<% roles.each do |role, count| -%>
|
<% roles.each do |role, count| -%>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<%= link_to((count > 1 ? count : image_tag('false.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %>
|
<%= link_to((count > 0 ? count : image_tag('false.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %>
|
||||||
</td>
|
</td>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue