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
7c0cfc8b
Commit
7c0cfc8b
authored
Sep 16, 2019
by
Marcel van Remmerden
Committed by
Annabel Dunstone Gray
Sep 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Align text color for "Edited" section in Snippets with Issues and Merge Requests"
parent
b01495a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
app/assets/stylesheets/framework/snippets.scss
app/assets/stylesheets/framework/snippets.scss
+0
-4
app/views/shared/snippets/_header.html.haml
app/views/shared/snippets/_header.html.haml
+1
-1
ee/changelogs/unreleased/31961-align-text-color-for-edited-section-in-snippets-with-issues-and-.yml
...color-for-edited-section-in-snippets-with-issues-and-.yml
+5
-0
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
7c0cfc8b
...
...
@@ -39,10 +39,6 @@
min-height
:
$header-height
;
}
.snippet-edited-ago
{
color
:
$gray-darkest
;
}
.snippet-actions
{
@include
media-breakpoint-up
(
sm
)
{
float
:
right
;
...
...
app/views/shared/snippets/_header.html.haml
View file @
7c0cfc8b
...
...
@@ -28,7 +28,7 @@
=
@snippet
.
description
-
if
@snippet
.
updated_at
!=
@snippet
.
created_at
=
edited_time_ago_with_tooltip
(
@snippet
,
placement:
'bottom'
,
html_class:
'snippet-edited-ago'
,
exclude_author:
true
)
=
edited_time_ago_with_tooltip
(
@snippet
,
placement:
'bottom'
,
exclude_author:
true
)
-
if
@snippet
.
embeddable?
.embed-snippet
...
...
ee/changelogs/unreleased/31961-align-text-color-for-edited-section-in-snippets-with-issues-and-.yml
0 → 100644
View file @
7c0cfc8b
---
title
:
Align text color for edited with issue/mr
merge_request
:
16721
author
:
type
:
fixed
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