mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Merge pull request #4711 from JohnONolan/fix-tagmgmt
Fix tag mgmt display bugs
This commit is contained in:
commit
a8b30209be
@ -144,7 +144,7 @@
|
||||
}
|
||||
|
||||
.tag-delete-button {
|
||||
padding: 0;
|
||||
padding-left: 0;
|
||||
color: $red;
|
||||
|
||||
&:before {
|
||||
|
@ -1,8 +1,8 @@
|
||||
<header class="settings-view-header">
|
||||
<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>
|
||||
<h2 class="page-title">Tags</h2>
|
||||
<section class="page-actions">
|
||||
<button type="button" class="btn btn-green" {{action "newTag"}}>New Tag</button>
|
||||
</section>
|
||||
|
@ -11,12 +11,12 @@
|
||||
{{gh-uploader uploaded="setCoverImage" canceled="clearCoverImage" description="Add tag image" image=activeTag.image uploaderReference=uploaderReference tagName="section"}}
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label>Tag Name</label>
|
||||
<label>Name</label>
|
||||
{{gh-input type="text" value=activeTagNameScratch focus-out="saveActiveTagName"}}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Slug</label>
|
||||
<label>URL</label>
|
||||
{{gh-input type="text" value=activeTagSlugScratch focus-out="saveActiveTagSlug"}}
|
||||
{{gh-url-preview prefix="tag" slug=activeTagSlugScratch tagName="p" classNames="description"}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user