mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Fix back button on tag UI page
closes #4703 - previous link used absolute url which fails for subdirectories
This commit is contained in:
parent
a54b5c4af1
commit
c98ee001be
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
<header class="settings-view-header">
|
||||
<a class="btn btn-default btn-back active" href="/ghost/settings/">Back</a>
|
||||
<h2 class="page-title">Tags</h2>
|
||||
<div class="js-settings-header-inner settings-header-inner">
|
||||
{{#link-to 'settings' class='btn btn-default btn-back'}}Back{{/link-to}}
|
||||
</div>
|
||||
<section class="page-actions">
|
||||
<button type="button" class="btn btn-green" {{action "newTag"}}>New Tag</button>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue