0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #4865 from PaulAdamDavis/user-settings-no-name-bug

Fix layout error when there's no user name
This commit is contained in:
Hannah Wolfe 2015-01-30 20:16:04 +00:00
commit aa4bcda52c

View file

@ -1,4 +1,4 @@
<header class="settings-subview-header">
<header class="settings-subview-header clearfix">
{{#unless session.user.isAuthor}}
{{#link-to "settings.users" class="btn btn-default btn-back" tagName="button"}}<i class="icon-chevron-left"></i>Users{{/link-to}}
{{/unless}}