mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed typo when referring to revision author
This commit is contained in:
parent
d87da627d9
commit
cef062452b
@ -73,7 +73,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex items-center mt2">
|
<div class="flex items-center mt2">
|
||||||
<span class="user-list-item-figure" style={{background-image-style revision.author.profile_image_url}}>
|
<span class="user-list-item-figure" style={{background-image-style revision.author.profile_image_url}}>
|
||||||
<span class="hidden">Photo of {{revisions.author.name}}</span>
|
<span class="hidden">Photo of {{revision.author.name}}</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="gh-post-history-version-meta {{if (eq revision.author.name "Deleted staff user") "deleted-user"}}">{{revision.author.name}}</span>
|
<span class="gh-post-history-version-meta {{if (eq revision.author.name "Deleted staff user") "deleted-user"}}">{{revision.author.name}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user