mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03: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
@ -42,9 +42,9 @@
|
||||
|
||||
{{#each activeUsers itemController="settings/users/user"}}
|
||||
{{#link-to 'settings.users.user' this class="object-list-item" }}
|
||||
<img class="object-list-item-figure"
|
||||
src="{{unbound imageUrl}}"
|
||||
alt="Photo of {{unbound name}}" />
|
||||
<span class="object-list-item-figure" {{bind-attr style=image}}>
|
||||
<span class="hidden">Photo of {{unbound name}}</span>
|
||||
</span>
|
||||
|
||||
<div class="object-list-item-body">
|
||||
<span class="name">
|
||||
|
Loading…
Reference in New Issue
Block a user