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:
Paul Adam Davis 2014-07-22 20:13:30 +01:00
parent 6c5d1a6267
commit 0de40016ab

View File

@ -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">