Mercurial > hg > soundsoftware-site
diff app/views/workflows/.svn/text-base/index.rhtml.svn-base @ 246:eeebe205a056 cannam
* Merge from default branch, bringing us up to SVN trunk rev 4993
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 12:02:03 +0000 |
parents | 051f544170fe |
children |
line wrap: on
line diff
--- a/app/views/workflows/.svn/text-base/index.rhtml.svn-base Thu Jan 20 09:59:02 2011 +0000 +++ b/app/views/workflows/.svn/text-base/index.rhtml.svn-base Thu Mar 03 12:02:03 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>