Initial commit
This commit is contained in:
10
app/views/project_memberships/_account_manager.html.erb
Normal file
10
app/views/project_memberships/_account_manager.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<tr>
|
||||
<td style="width:3rem">
|
||||
<%= image_or_text_avatar(account_manager) %>
|
||||
</td>
|
||||
<td><%= account_manager.email %></td>
|
||||
<td><%= account_manager.full_name %></td>
|
||||
<td><%= account_manager.role_for(Current.account).to_s.titleize %></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user