mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #3365 from PaulAdamDavis/user-list-img-bg-swap
Make user list images background-image's
This commit is contained in:
commit
8845f25e02
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue