2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Implements User Role Label

Closes #3287.
This commit is contained in:
Ian Mitchell 2014-07-21 13:31:25 -07:00
parent c0732292ac
commit 27c42c2bf0

View file

@ -53,10 +53,10 @@
<br>
<span class="description">Last seen: {{unbound last_login}}</span>
</div>
<!-- @TODO: replace these with real access level once API and data model are updated -->
<aside class="object-list-item-aside">
<span class="role-label editor">Editor</span>
<span class="role-label owner">Owner</span>
{{#each roles}}
<span class="role-label {{unbound lowerCaseName}}">{{name}}</span>
{{/each}}
</aside>
{{/link-to}}
{{/each}}