From 0805ab943e6c48d6e762b9e13f3e24f0dc6f6e48 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 28 Feb 2011 20:34:31 +0000 Subject: [PATCH] Merged r4890 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@4972 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/workflows/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/workflows/index.rhtml b/app/views/workflows/index.rhtml index bed6a34dc..21287a224 100644 --- a/app/views/workflows/index.rhtml +++ b/app/views/workflows/index.rhtml @@ -24,7 +24,7 @@ <%= h tracker %> <% roles.each do |role, count| -%> - <%= 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)) %> <% end -%>