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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-ce
Commits
46511558
Commit
46511558
authored
Sep 08, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make system note different from regular comments
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
70aecc34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+13
-0
app/views/projects/notes/_discussion.html.haml
app/views/projects/notes/_discussion.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
46511558
...
...
@@ -14,6 +14,19 @@ ul.notes {
margin
:
0px
;
padding
:
0px
;
.system-note
{
font-size
:
14px
;
padding-top
:
10px
;
padding-bottom
:
10px
;
background
:
#f8fafc
;
.timeline-icon
{
.avatar
{
visibility
:
hidden
;
}
}
}
.discussion-header
,
.note-header
{
@extend
.cgray
;
...
...
app/views/projects/notes/_discussion.html.haml
View file @
46511558
-
note
=
discussion_notes
.
first
.timeline-entry
.timeline-entry
.prepend-top-default
.timeline-entry-inner
.timeline-icon
=
link_to
user_path
(
note
.
author
)
do
...
...
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