mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 23:20:39 +08:00
10 lines
No EOL
230 B
Handlebars
Vendored
10 lines
No EOL
230 B
Handlebars
Vendored
{{#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}} |