debian-mirror-gitlab/app/views/shared/_file_picker_button.html.haml
2020-06-23 00:09:42 +05:30

7 lines
279 B
Plaintext

%span.js-filepicker
%button.btn.js-filepicker-button{ type: 'button' }= _("Choose file…")
%span.file_name.js-filepicker-filename= _("No file chosen")
= f.file_field field, class: "js-filepicker-input hidden"
- if help_text.present?
.form-text.text-muted= help_text