mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 04:56:19 +08:00
371bbadb92
* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
8 lines
212 B
Handlebars
8 lines
212 B
Handlebars
{{#if this.field}}
|
|
<section class="field">
|
|
<b>{{i18n this.name}}</b>: ({{i18n "character_count" count=this.field.length}})
|
|
<br>
|
|
<Textarea @value={{this.field}} class="plain" />
|
|
</section>
|
|
{{/if}}
|