backend: add link to user's mailbox from user list

This commit is contained in:
Alice Gaudon 2020-11-10 15:21:44 +01:00
parent a2e6dfbeaf
commit d588bc8ce3
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
<a href="{{ route('backend-change-user-password', account.id) }}" class="button">
<i data-feather="key"></i> <span class="tip">Change password</span>
</a>
<a href="{{ route('backend-mailbox', account.id) }}" class="button">
<i data-feather="mail"></i> <span class="tip">Edit mailbox</span>
</a>
</td>
</tr>
{% endfor %}