mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 03:23:43 +08:00
9 lines
238 B
Handlebars
9 lines
238 B
Handlebars
<label class="btn btn-default {{if this.addDisabled 'disabled'}}">
|
|
{{d-icon "upload"}}
|
|
{{i18n "admin.watched_words.form.upload"}}
|
|
<input
|
|
class="hidden-upload-field"
|
|
disabled={{this.addDisabled}}
|
|
type="file"
|
|
/>
|
|
</label> |