mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:18:33 +08:00
8 lines
311 B
Handlebars
8 lines
311 B
Handlebars
|
<label class="btn {{if addDisabled 'disabled'}}">
|
||
|
{{fa-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>
|