Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
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"}}>
|
||||||
|
|
|
@ -62,4 +62,4 @@
|
||||||
{{conditional-loading-spinner condition=loadingMore}}
|
{{conditional-loading-spinner condition=loadingMore}}
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -160,4 +160,4 @@
|
||||||
<span class="submission-date" title={{value.value}}>
|
<span class="submission-date" title={{value.value}}>
|
||||||
{{d-icon "clock"}}{{format-date value format="tiny"}}
|
{{d-icon "clock"}}{{format-date value format="tiny"}}
|
||||||
</span>
|
</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{d-icon caretIcon class="caret-icon"}}
|
{{d-icon caretIcon class="caret-icon"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
{{#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>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -51,4 +51,4 @@
|
||||||
</li>
|
</li>
|
||||||
{{/each-in}}
|
{{/each-in}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,4 +29,4 @@
|
||||||
label="directory.edit_columns.reset_to_default"
|
label="directory.edit_columns.reset_to_default"
|
||||||
action=(action "resetToDefault")
|
action=(action "resetToDefault")
|
||||||
}}
|
}}
|
||||||
</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