This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/composer-title.hbs
Vinoth Kannan 31577b2131 FEATURE: wiki editors are allowed edit tags for wiki topics.
If a wiki editor's TL is greater than 'min trust level to tag topics' site setting then they can edit the tags for any wiki topic.
2019-10-23 23:35:38 +05:30

10 lines
296 B
Handlebars

{{text-field value=composer.title
tabindex="2"
id="reply-title"
maxLength=titleMaxLength
placeholderKey=composer.titlePlaceholder
disabled=disabled
autocomplete="discourse"}}
{{popup-input-tip validation=validation}}