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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-08 13:12:37 +0300
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-01-08 13:12:37 +0300
commit14599cc852b08c6bbf5e96259458fa5a6f152c31 (patch)
treef505487924d54bdc3795168e32bd2fe703f07b26 /app
parent1d2ef4c6557846eb531f4d0e80cf43dea99b037b (diff)
Backport of "Track export issues CSV usage on GitLab.com with Snowplow"
EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9067
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/issues/import_csv/_modal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/import_csv/_modal.html.haml b/app/views/projects/issues/import_csv/_modal.html.haml
index 18768307341..5339c4325b9 100644
--- a/app/views/projects/issues/import_csv/_modal.html.haml
+++ b/app/views/projects/issues/import_csv/_modal.html.haml
@@ -20,5 +20,5 @@
= _('It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected.')
= _('The maximum file size allowed is %{size}.') % { size: number_to_human_size(Gitlab::CurrentSettings.max_attachment_size.megabytes) }
.modal-footer
- %button{ type: 'submit', class: 'btn btn-success', title: _('Import issues') }
+ %button{ type: 'submit', class: 'btn btn-success', title: _('Import issues'), data: { track_label: "export_issues_csv", track_event: "click_button"} }
= _('Import issues')