Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3e3090ec
Commit
3e3090ec
authored
Jan 12, 2022
by
Tyler Williams
Committed by
Olena Horal-Koretska
Jan 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gtm tracking for GitLab export project imports
parent
fcc42e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/projects/_import_project_pane.html.haml
app/views/projects/_import_project_pane.html.haml
+1
-1
No files found.
app/views/projects/_import_project_pane.html.haml
View file @
3e3090ec
...
...
@@ -8,7 +8,7 @@
.import-buttons
-
if
gitlab_project_import_enabled?
.import_gitlab_project.has-tooltip
{
data:
{
container:
'body'
,
qa_selector:
'gitlab_import_button'
}
}
=
link_to
new_import_gitlab_project_path
,
class:
'gl-button btn-default btn btn_import_gitlab_project js-import-project-btn'
,
**
tracking_attrs
(
track_label
,
'click_button'
,
'gitlab_export'
)
do
=
link_to
new_import_gitlab_project_path
,
class:
'gl-button btn-default btn btn_import_gitlab_project js-import-project-btn'
,
data:
{
platform:
'gitlab_export'
,
**
tracking_attrs_data
(
track_label
,
'click_button'
,
'gitlab_export'
)
}
do
.gl-button-icon
=
sprite_icon
(
'tanuki'
)
=
_
(
"GitLab export"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment