mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Make user list images background-image's
References https://github.com/TryGhost/Ghost-UI/issues/76 - Swap user avatars in the user list from ing tags to background images
This commit is contained in:
parent
6c5d1a6267
commit
0de40016ab
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@
|
||||||
|
|
||||||
{{#each activeUsers itemController="settings/users/user"}}
|
{{#each activeUsers itemController="settings/users/user"}}
|
||||||
{{#link-to 'settings.users.user' this class="object-list-item" }}
|
{{#link-to 'settings.users.user' this class="object-list-item" }}
|
||||||
<img class="object-list-item-figure"
|
<span class="object-list-item-figure" {{bind-attr style=image}}>
|
||||||
src="{{unbound imageUrl}}"
|
<span class="hidden">Photo of {{unbound name}}</span>
|
||||||
alt="Photo of {{unbound name}}" />
|
</span>
|
||||||
|
|
||||||
<div class="object-list-item-body">
|
<div class="object-list-item-body">
|
||||||
<span class="name">
|
<span class="name">
|
||||||
|
|
Loading…
Add table
Reference in a new issue