mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Expand accounts page.
This commit is contained in:
@@ -116,8 +116,12 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<span x-text="account.type"></span>
|
||||
<span x-text="account.role"></span>
|
||||
<template x-if="null === account.role || '' === account.role">
|
||||
<span><em>{{ __('firefly.no_account_role') }}</em></span>
|
||||
</template>
|
||||
<template x-if="null !== account.role && '' !== account.role">
|
||||
<span x-text="accountRole(account.role)"></span>"
|
||||
</template>
|
||||
</td>
|
||||
<td>
|
||||
<!-- IBAN and no account nr -->
|
||||
|
||||
Reference in New Issue
Block a user