discourse/app/assets/javascripts/admin/templates/components/site-customization-change-f...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
187 B
Handlebars
Raw Normal View History

{{#if field}}
<section class="field">
<b>{{i18n name}}</b>: ({{i18n "character_count" count=field.length}})
<br>
{{textarea value=field class="plain"}}
</section>
{{/if}}