mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Merge pull request #3587 from PaulAdamDavis/settings-header-classes
Add classes to settings headers
This commit is contained in:
commit
c387e8d196
@ -1,4 +1,4 @@
|
|||||||
<header>
|
<header class="settings-content-header">
|
||||||
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
||||||
<h2 class="title">Apps</h2>
|
<h2 class="title">Apps</h2>
|
||||||
</header>
|
</header>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<header>
|
<header class="settings-content-header">
|
||||||
<h2 class="title">General</h2>
|
<h2 class="title">General</h2>
|
||||||
|
|
||||||
<div class="settings-header-inner">
|
<div class="settings-header-inner">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<header>
|
<header class="settings-content-header">
|
||||||
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
{{#link-to 'settings' class='button-back button'}}Back{{/link-to}}
|
||||||
<h2 class="title">Users</h2>
|
<h2 class="title">Users</h2>
|
||||||
<section class="page-actions">
|
<section class="page-actions">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<header class="user-settings-header">
|
<header class="settings-content-header user-settings-header">
|
||||||
|
|
||||||
<h2 class="hidden">Your Profile</h2>
|
<h2 class="hidden">Your Profile</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user