mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Removed missed tour item usage
refs 10b48b1d6d
- previous commit was pushed with an unsaved file, this completes the tour item removal
This commit is contained in:
parent
10b48b1d6d
commit
1531712d92
1 changed files with 1 additions and 17 deletions
|
@ -434,20 +434,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!--
|
||||
_showThrobbers is on a timer so that throbbers don't get positioned until
|
||||
the slide-in animation has finished and it gets toggled when the meta
|
||||
pane is shown
|
||||
--}}
|
||||
{{#if this._showThrobbers}}
|
||||
{{#unless this.session.user.isAuthorOrContributor}}
|
||||
<GhTourItem @throbberId="featured-post"
|
||||
@target="label[for='featured'] p"
|
||||
@throbberAttachment="middle middle"
|
||||
@throbberOffset="0px -20px"
|
||||
@popoverTriangleClass="bottom-right"
|
||||
/>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
</div>
|
Loading…
Add table
Reference in a new issue