mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed linting error
This commit is contained in:
parent
2ffd76b994
commit
ca8bfc397c
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
{{#if (feature 'auditLog')}}
|
{{#if (feature 'auditLog')}}
|
||||||
<section class="view-actions">
|
<section class="view-actions">
|
||||||
{{#if this.upgradeStatus.message}}
|
{{#if this.upgradeStatus.message}}
|
||||||
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout)}} data-tooltip="Update available!">
|
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout null)}} data-tooltip="Update available!">
|
||||||
<span>About Ghost</span>
|
<span>About Ghost</span>
|
||||||
<span class="gh-btn-notification-dot green"></span>
|
<span class="gh-btn-notification-dot green"></span>
|
||||||
</button>
|
</button>
|
||||||
{{else}}
|
{{else}}
|
||||||
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout)}}>
|
<button type="button" class="gh-btn gh-btn-with-notification" {{on "click" (fn this.openAbout null)}}>
|
||||||
<span>About Ghost</span>
|
<span>About Ghost</span>
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue