1
0
Fork 0

Apply template lint

Dieser Commit ist enthalten in:
angusmcleod 2021-09-07 20:53:45 +08:00
Ursprung ba897abf8e
Commit 18c43f499e
8 geänderte Dateien mit 9 neuen und 9 gelöschten Zeilen

Datei anzeigen

@ -4,7 +4,7 @@
<div class="buttons">
{{#if model.authentication.active}}
{{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"}}
</a>
<label title={{i18n "admin.wizard.pro.authorized"}}>

Datei anzeigen

@ -24,7 +24,7 @@
{{#if 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>
{{/if}}
</div>

Datei anzeigen

@ -467,7 +467,7 @@ en:
active: Active
inactive: Inactive
update: Update
last_updated: Last updated {{updated_at}}
last_updated: Last updated
wizard_js:
group: