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
9094ac23
Commit
9094ac23
authored
Jun 15, 2020
by
Jake Lear
Committed by
Tim Zallmann
Jun 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exchange rocket FA icons with Gitlab SVGs
parent
71bce7f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/tags/_tag.html.haml
app/views/projects/tags/_tag.html.haml
+1
-1
app/views/shared/milestones/_milestone.html.haml
app/views/shared/milestones/_milestone.html.haml
+1
-1
app/views/shared/milestones/_sidebar.html.haml
app/views/shared/milestones/_sidebar.html.haml
+1
-1
No files found.
app/views/projects/tags/_tag.html.haml
View file @
9094ac23
...
...
@@ -22,7 +22,7 @@
-
if
release
.text-secondary
=
icon
(
'rocket'
)
=
sprite_icon
(
"rocket"
,
size:
12
)
=
_
(
"Release"
)
=
link_to
release
.
name
,
project_releases_path
(
@project
,
anchor:
release
.
tag
),
class:
'tag-release-link'
-
if
release
.
description
.
present?
...
...
app/views/shared/milestones/_milestone.html.haml
View file @
9094ac23
...
...
@@ -16,7 +16,7 @@
-
recent_releases
,
total_count
,
more_count
=
recent_releases_with_counts
(
milestone
)
-
unless
total_count
.
zero?
.text-tertiary.append-bottom-5.milestone-release-links
=
icon
(
'rocket'
)
=
sprite_icon
(
"rocket"
,
size:
12
)
=
n_
(
'Release'
,
'Releases'
,
total_count
)
-
recent_releases
.
each
do
|
release
|
=
link_to
release
.
name
,
project_releases_path
(
release
.
project
,
anchor:
release
.
tag
)
...
...
app/views/shared/milestones/_sidebar.html.haml
View file @
9094ac23
...
...
@@ -140,7 +140,7 @@
.block.releases
.sidebar-collapsed-icon.has-tooltip
{
title:
milestone_releases_tooltip_text
(
milestone
),
data:
{
container:
'body'
,
placement:
'left'
,
boundary:
'viewport'
}
}
%strong
=
icon
(
'rocket'
)
=
sprite_icon
(
"rocket"
,
size:
16
)
%span
=
total_count
.title.hide-collapsed
=
n_
(
'Release'
,
'Releases'
,
total_count
)
.hide-collapsed
...
...
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