Apply template lint
Dieser Commit ist enthalten in:
Ursprung
ba897abf8e
Commit
18c43f499e
8 geänderte Dateien mit 9 neuen und 9 gelöschten Zeilen
|
@ -4,7 +4,7 @@
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
{{#if model.authentication.active}}
|
{{#if model.authentication.active}}
|
||||||
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
{{conditional-loading-spinner size="small" condition=unauthorizing}}
|
||||||
<a {{action "unauthorize"}} title={{i18n "admin.wizard.pro.unauthorize"}}>
|
<a {{action "unauthorize"}} title={{i18n "admin.wizard.pro.unauthorize"}} role="button">
|
||||||
{{i18n "admin.wizard.pro.unauthorize"}}
|
{{i18n "admin.wizard.pro.unauthorize"}}
|
||||||
</a>
|
</a>
|
||||||
<label title={{i18n "admin.wizard.pro.authorized"}}>
|
<label title={{i18n "admin.wizard.pro.authorized"}}>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{{#if subscription.updated_at}}
|
{{#if subscription.updated_at}}
|
||||||
<div class="subscription-updated-at" title={{subscription.updated_at}}>
|
<div class="subscription-updated-at" title={{subscription.updated_at}}>
|
||||||
{{{i18n 'admin.wizard.pro.subscription.last_updated' updated_at=(format-date subscription.updated_at leaveAgo="true")}}}
|
{{i18n "admin.wizard.pro.subscription.last_updated"}} {{format-date subscription.updated_at leaveAgo="true"}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -467,7 +467,7 @@ en:
|
||||||
active: Active
|
active: Active
|
||||||
inactive: Inactive
|
inactive: Inactive
|
||||||
update: Update
|
update: Update
|
||||||
last_updated: Last updated {{updated_at}}
|
last_updated: Last updated
|
||||||
|
|
||||||
wizard_js:
|
wizard_js:
|
||||||
group:
|
group:
|
||||||
|
|
Laden …
In neuem Issue referenzieren