1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fix layout error when there's no user name

No issue

- Adds a clearfix to the user settings header to prevent a broken
layout when there's no name.
This commit is contained in:
Paul Adam Davis 2015-01-28 16:43:55 +00:00
parent 1fd9808dd0
commit 8bdf395d89

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}}