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
044a0247
Commit
044a0247
authored
Jul 28, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace fa-git icon with link SVG
parent
7989d359
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
app/views/projects/_import_project_pane.html.haml
app/views/projects/_import_project_pane.html.haml
+3
-2
changelogs/unreleased/225903-replace-fa-git-icons-with-gitlab-svg-link-icon.yml
...225903-replace-fa-git-icons-with-gitlab-svg-link-icon.yml
+5
-0
ee/app/views/projects/_new_ci_cd_only_project_pane.html.haml
ee/app/views/projects/_new_ci_cd_only_project_pane.html.haml
+3
-2
No files found.
app/views/projects/_import_project_pane.html.haml
View file @
044a0247
...
...
@@ -56,8 +56,9 @@
-
if
git_import_enabled?
%div
%button
.btn.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
},
**
tracking_attrs
(
track_label
,
'click_button'
,
'repo_url'
)
}
=
icon
(
'git'
,
text:
'Repo by URL'
)
%button
.btn.btn-svg.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
},
**
tracking_attrs
(
track_label
,
'click_button'
,
'repo_url'
)
}
=
sprite_icon
(
'link'
,
size:
16
,
css_class:
'gl-icon'
)
=
_
(
'Repo by URL'
)
-
if
manifest_import_enabled?
%div
...
...
changelogs/unreleased/225903-replace-fa-git-icons-with-gitlab-svg-link-icon.yml
0 → 100644
View file @
044a0247
---
title
:
Replace fa-git icons with link svg
merge_request
:
38078
author
:
type
:
changed
ee/app/views/projects/_new_ci_cd_only_project_pane.html.haml
View file @
044a0247
...
...
@@ -23,8 +23,9 @@
=
icon
(
'github'
,
text:
'GitHub'
)
%div
-
if
git_import_enabled?
%button
.btn.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
,
track_label:
"#{track_label}"
,
track_property:
'repo_url'
,
track_event:
"click_button"
,
track_value:
""
}
}
=
icon
(
'git'
,
text:
_
(
'Repo by URL'
))
%button
.btn.btn-svg.js-toggle-button.js-import-git-toggle-button
{
type:
"button"
,
data:
{
toggle_open_class:
'active'
,
track_label:
"#{track_label}"
,
track_property:
'repo_url'
,
track_event:
"click_button"
,
track_value:
""
}
}
=
sprite_icon
(
'link'
,
size:
16
,
css_class:
'gl-icon'
)
=
_
(
'Repo by URL'
)
.col-lg-12
.js-toggle-content.toggle-import-form
{
class:
(
'hide'
if
active_tab
!=
'ci_cd_only'
)
}
%hr
...
...
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