0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05: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> <br>
<span class="description">Last seen: {{unbound last_login}}</span> <span class="description">Last seen: {{unbound last_login}}</span>
</div> </div>
<!-- @TODO: replace these with real access level once API and data model are updated -->
<aside class="object-list-item-aside"> <aside class="object-list-item-aside">
<span class="role-label editor">Editor</span> {{#each roles}}
<span class="role-label owner">Owner</span> <span class="role-label {{unbound lowerCaseName}}">{{name}}</span>
{{/each}}
</aside> </aside>
{{/link-to}} {{/link-to}}
{{/each}} {{/each}}