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

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