15 lines
275 B
Text
15 lines
275 B
Text
|
<div class="mb-3">
|
||
|
<%= nav_tabs(
|
||
|
:account,
|
||
|
tab,
|
||
|
overview: [
|
||
|
policy([:staff, account]).show?,
|
||
|
[:staff, account],
|
||
|
],
|
||
|
contacts: [
|
||
|
policy([:staff, Account, Contact]).index?,
|
||
|
staff_account_contacts_path(account),
|
||
|
],
|
||
|
) %>
|
||
|
</div>
|