mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:23:43 +08:00
8 lines
310 B
Handlebars
8 lines
310 B
Handlebars
<label class="btn {{if addDisabled 'disabled'}}">
|
|
{{d-icon "upload"}}
|
|
{{i18n 'admin.watched_words.form.upload'}}
|
|
<input disabled={{addDisabled}} type="file" accept="text/plain,text/csv" style="visibility: hidden; position: absolute;" />
|
|
</label>
|
|
<br/>
|
|
<span class="instructions">One word per line</span>
|