mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed linting error
This commit is contained in:
parent
fb5fe66343
commit
df3c53be5d
@ -27,12 +27,14 @@
|
||||
<input class="gh-input page-url-field"
|
||||
type="text"
|
||||
value="{{this.siteUrl}}/#/portal"
|
||||
disabled="true">
|
||||
disabled="true"
|
||||
aria-label="Default Portal link">
|
||||
{{else}}
|
||||
<input class="gh-input page-url-field"
|
||||
type="text"
|
||||
value="data-portal"
|
||||
disabled="true">
|
||||
disabled="true"
|
||||
aria-label="Default Portal data attribute">
|
||||
{{/if}}
|
||||
|
||||
<button type="button" {{action (perform this.copyStaticLink '')}} class="gh-portal-setting-copy">
|
||||
|
Loading…
Reference in New Issue
Block a user