@@ -5,12 +5,14 | |||
|
5 | 5 | <div class="splitcontentleft"> |
|
6 | 6 | <% if members.any? %> |
|
7 | 7 | <table class="list members"> |
|
8 |
<thead> |
|
|
9 | <th><%= l(:label_user) %> / <%= l(:label_group) %></th> | |
|
10 |
<th><%= l(:label_ |
|
|
11 | <th style="width:15%"></th> | |
|
12 | <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %> | |
|
13 | </tr></thead> | |
|
8 | <thead> | |
|
9 | <tr> | |
|
10 | <th><%= l(:label_user) %> / <%= l(:label_group) %></th> | |
|
11 | <th><%= l(:label_role_plural) %></th> | |
|
12 | <th style="width:15%"></th> | |
|
13 | <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %> | |
|
14 | </tr> | |
|
15 | </thead> | |
|
14 | 16 | <tbody> |
|
15 | 17 | <% members.each do |member| %> |
|
16 | 18 | <% next if member.new_record? %> |
General Comments 0
You need to be logged in to leave comments.
Login now