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
6e900c28
Commit
6e900c28
authored
Sep 18, 2020
by
Jean du Plessis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to a utility class instead of page specific styles
parent
07e0b783
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
app/assets/stylesheets/_page_specific_files.scss
app/assets/stylesheets/_page_specific_files.scss
+0
-1
app/assets/stylesheets/pages/tags.scss
app/assets/stylesheets/pages/tags.scss
+0
-3
app/views/projects/tags/_tag.html.haml
app/views/projects/tags/_tag.html.haml
+1
-1
No files found.
app/assets/stylesheets/_page_specific_files.scss
View file @
6e900c28
...
@@ -57,7 +57,6 @@
...
@@ -57,7 +57,6 @@
@import
'./pages/sherlock'
;
@import
'./pages/sherlock'
;
@import
'./pages/status'
;
@import
'./pages/status'
;
@import
'./pages/storage_quota'
;
@import
'./pages/storage_quota'
;
@import
'./pages/tags'
;
@import
'./pages/tree'
;
@import
'./pages/tree'
;
@import
'./pages/trials'
;
@import
'./pages/trials'
;
@import
'./pages/ui_dev_kit'
;
@import
'./pages/ui_dev_kit'
;
...
...
app/assets/stylesheets/pages/tags.scss
deleted
100644 → 0
View file @
07e0b783
.tag-release-link
{
color
:
$blue-600
!
important
;
}
app/views/projects/tags/_tag.html.haml
View file @
6e900c28
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
.text-secondary
.text-secondary
=
sprite_icon
(
"rocket"
,
size:
12
)
=
sprite_icon
(
"rocket"
,
size:
12
)
=
_
(
"Release"
)
=
_
(
"Release"
)
=
link_to
release
.
name
,
project_releases_path
(
@project
,
anchor:
release
.
tag
),
class:
'
tag-release-link
'
=
link_to
release
.
name
,
project_releases_path
(
@project
,
anchor:
release
.
tag
),
class:
'
gl-text-blue-600!
'
-
if
release
.
description
.
present?
-
if
release
.
description
.
present?
.md.gl-mt-3
.md.gl-mt-3
=
markdown_field
(
release
,
:description
)
=
markdown_field
(
release
,
:description
)
...
...
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