summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/csv_export/_button.html.haml
blob: 3584c9c1ed570905c10278820ed879a7bc69e682 (plain)
1
2
3
4
- if current_user
  %button.csv_download_link.btn.gl-button.has-tooltip{ title: _('Export as CSV'),
    data: { toggle: 'modal', target: ".#{issuable_type}-export-modal", qa_selector: 'export_as_csv_button' } }
    = sprite_icon('export')