summaryrefslogtreecommitdiff
path: root/app/views/shared/_file_picker_button.html.haml
blob: 7c9a3bd3d31084715d555d26c1e0d50899d194ca (plain)
1
2
3
4
5
6
%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