@@ -10,7 +10,7 | |||||
10 | <th><%= l(:label_user) %></th> |
|
10 | <th><%= l(:label_user) %></th> | |
11 | <th><%= l(:label_role) %></th> |
|
11 | <th><%= l(:label_role) %></th> | |
12 | <th style="width:15%"></th> |
|
12 | <th style="width:15%"></th> | |
13 | <%= call_hook(:view_projects_settings_members_table_header) %> |
|
13 | <%= call_hook(:view_projects_settings_members_table_header, :project => @project) %> | |
14 | </thead> |
|
14 | </thead> | |
15 | <tbody> |
|
15 | <tbody> | |
16 | <% members.each do |member| %> |
|
16 | <% members.each do |member| %> | |
@@ -31,7 +31,7 | |||||
31 | }, :title => l(:button_delete), |
|
31 | }, :title => l(:button_delete), | |
32 | :class => 'icon icon-del' %> |
|
32 | :class => 'icon icon-del' %> | |
33 | </td> |
|
33 | </td> | |
34 |
<%= call_hook(:view_projects_settings_members_table_row, :member => |
|
34 | <%= call_hook(:view_projects_settings_members_table_row, { :project => @project, :member => member}) %> | |
35 | </tr> |
|
35 | </tr> | |
36 | </tbody> |
|
36 | </tbody> | |
37 | <% end; reset_cycle %> |
|
37 | <% end; reset_cycle %> |
General Comments 0
You need to be logged in to leave comments.
Login now