salix/modules/account/front/role/inherited/index.html

22 lines
655 B
HTML

<vn-data-viewer
data="data"
class="vn-w-xs">
<vn-card>
<vn-list class="separated">
<a class="vn-item"
ng-repeat="row in data | orderBy:'inherits.name'"
ui-sref="account.role.card.summary(::{id: row.inherits.id})"
translate-attr="{title: 'View role'}">
<vn-item-section>
<div>
{{::row.inherits.name}}
</div>
<div class="text-caption text-secondary">
{{::row.inherits.description}}
</div>
</vn-item-section>
</a>
</vn-list>
</vn-card>
</vn-data-viewer>