Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_button.html.haml « csv_export « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8134b7eb16103fa4982125ccdae2485bd7febe7c (plain)
1
2
3
4
- if current_user
  %button.csv_download_link.btn.gl-button.btn-default.btn-icon.has-tooltip{ title: _('Export as CSV'),
    data: { toggle: 'modal', target: ".#{issuable_type}-export-modal", qa_selector: 'export_as_csv_button' } }
    = sprite_icon('export')