diff app/views/workflows/.svn/text-base/index.rhtml.svn-base @ 245:051f544170fe

* Update to SVN trunk revision 4993
author Chris Cannam
date Thu, 03 Mar 2011 11:42:28 +0000
parents 8661b858af72
children
line wrap: on
line diff
--- a/app/views/workflows/.svn/text-base/index.rhtml.svn-base	Thu Mar 03 11:40:10 2011 +0000
+++ b/app/views/workflows/.svn/text-base/index.rhtml.svn-base	Thu Mar 03 11:42:28 2011 +0000
@@ -24,7 +24,7 @@
   <td><%= h tracker %></td>
   <% roles.each do |role, count| -%>
     <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>
   <% end -%>
 </tr>