Mercurial > hg > soundsoftware-site
comparison app/views/workflows/.svn/text-base/index.rhtml.svn-base @ 119:8661b858af72
* Update to Redmine trunk rev 4705
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 14:12:06 +0000 |
parents | 513646585e45 |
children | 051f544170fe |
comparison
equal
deleted
inserted
replaced
39:150ceac17a8d | 119:8661b858af72 |
---|---|
3 <h2><%=l(:label_workflow)%></h2> | 3 <h2><%=l(:label_workflow)%></h2> |
4 | 4 |
5 <% if @workflow_counts.empty? %> | 5 <% if @workflow_counts.empty? %> |
6 <p class="nodata"><%= l(:label_no_data) %></p> | 6 <p class="nodata"><%= l(:label_no_data) %></p> |
7 <% else %> | 7 <% else %> |
8 <div class="autoscroll"> | |
8 <table class="list"> | 9 <table class="list"> |
9 <thead> | 10 <thead> |
10 <tr> | 11 <tr> |
11 <th></th> | 12 <th></th> |
12 <% @workflow_counts.first.last.each do |role, count| %> | 13 <% @workflow_counts.first.last.each do |role, count| %> |
28 <% end -%> | 29 <% end -%> |
29 </tr> | 30 </tr> |
30 <% end -%> | 31 <% end -%> |
31 </tbody> | 32 </tbody> |
32 </table> | 33 </table> |
34 </div> | |
33 <% end %> | 35 <% end %> |