gitlab-org--gitlab-foss/app/views/shared/_file_picker_button.html.haml

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