Show description for team member for team responsible.
This commit is contained in:
parent
4043b609fd
commit
72f6d42ee2
|
@ -25,6 +25,9 @@
|
|||
<th>
|
||||
Email
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
<th>
|
||||
Action
|
||||
</th>
|
||||
|
@ -46,6 +49,9 @@
|
|||
<td>
|
||||
{{ member.user.email }}
|
||||
</td>
|
||||
<td>
|
||||
{{ member.user.profile.description|untrustedcommonmark }}
|
||||
</td>
|
||||
<td>
|
||||
<div class="btn-group-vertical">
|
||||
<a class="btn btn-danger"
|
||||
|
|
Loading…
Reference in a new issue