@@ -8,6 +8,7 | |||||
8 | <th><%= l(:label_project) %></th> |
|
8 | <th><%= l(:label_project) %></th> | |
9 | <th><%= l(:label_role_plural) %></th> |
|
9 | <th><%= l(:label_role_plural) %></th> | |
10 | <th style="width:15%"></th> |
|
10 | <th style="width:15%"></th> | |
|
11 | <%= call_hook(:view_users_memberships_table_header, :user => @user )%> | |||
11 | </thead> |
|
12 | </thead> | |
12 | <tbody> |
|
13 | <tbody> | |
13 | <% @user.memberships.each do |membership| %> |
|
14 | <% @user.memberships.each do |membership| %> | |
@@ -31,6 +32,7 | |||||
31 | :method => :post }, |
|
32 | :method => :post }, | |
32 | :class => 'icon icon-del' %> |
|
33 | :class => 'icon icon-del' %> | |
33 | </td> |
|
34 | </td> | |
|
35 | <%= call_hook(:view_users_memberships_table_row, :user => @user, :membership => membership, :roles => roles, :projects => projects )%> | |||
34 | </tr> |
|
36 | </tr> | |
35 | </tbody> |
|
37 | </tbody> | |
36 | <% end; reset_cycle %> |
|
38 | <% end; reset_cycle %> |
General Comments 0
You need to be logged in to leave comments.
Login now