mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixing background for unavailable user image file
This commit is contained in:
parent
5b96ec2bf2
commit
179cf5c47c
@ -106,7 +106,7 @@
|
||||
{{/if}}
|
||||
</figure>
|
||||
|
||||
<figure class="user-image">
|
||||
<figure class="user-image bg-whitegrey">
|
||||
<div id="user-image" class="img" style={{background-image-style user.profileImageUrl}}><span class="hidden">{{user.name}}"s Picture</span></div>
|
||||
<button type="button" {{action "toggleUploadImageModal"}} class="edit-user-image">Edit Picture</button>
|
||||
{{#if showUploadImageModal}}
|
||||
|
Loading…
Reference in New Issue
Block a user