mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 14:55:15 +08:00
9 lines
No EOL
238 B
Handlebars
Vendored
9 lines
No EOL
238 B
Handlebars
Vendored
<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> |