@@ -4,6 +4,7 | |||||
4 | <th><%= l(:label_project) %></th> |
|
4 | <th><%= l(:label_project) %></th> | |
5 | <th><%= l(:label_role) %></th> |
|
5 | <th><%= l(:label_role) %></th> | |
6 | <th style="width:15%"></th> |
|
6 | <th style="width:15%"></th> | |
|
7 | <%= call_hook(:view_users_memberships_table_header, :user => @user )%> | |||
7 | </thead> |
|
8 | </thead> | |
8 | <tbody> |
|
9 | <tbody> | |
9 | <% @memberships.each do |membership| %> |
|
10 | <% @memberships.each do |membership| %> | |
@@ -19,6 +20,7 | |||||
19 | <td align="center"> |
|
20 | <td align="center"> | |
20 | <%= link_to l(:button_delete), {:action => 'destroy_membership', :id => @user, :membership_id => membership }, :method => :post, :class => 'icon icon-del' %> |
|
21 | <%= link_to l(:button_delete), {:action => 'destroy_membership', :id => @user, :membership_id => membership }, :method => :post, :class => 'icon icon-del' %> | |
21 | </td> |
|
22 | </td> | |
|
23 | <%= call_hook(:view_users_memberships_table_row, :user => @user, :membership => membership, :roles => roles, :projects => projects )%> | |||
22 | </tr> |
|
24 | </tr> | |
23 | </tbody> |
|
25 | </tbody> | |
24 | <% end; reset_cycle %> |
|
26 | <% end; reset_cycle %> |
General Comments 0
You need to be logged in to leave comments.
Login now