Module: Interchange::ExportsHelper

Defined in:
app/helpers/interchange/exports_helper.rb

Instance Method Summary collapse

Instance Method Details

#export_submit_button_tagObject



3
4
5
# File 'app/helpers/interchange/exports_helper.rb', line 3

def export_submit_button_tag
  submit_tag 'Export', name: nil, class: 'btn btn-primary'
end