mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:24:03 +08:00
10 lines
230 B
Handlebars
10 lines
230 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}} |