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
Jérome Perrin
gitlab-ce
Commits
9bc829d3
Commit
9bc829d3
authored
Jan 16, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markdown for note events
parent
2bc78739
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
app/assets/stylesheets/sections/events.scss
app/assets/stylesheets/sections/events.scss
+8
-1
app/views/events/event/_note.html.haml
app/views/events/event/_note.html.haml
+2
-2
No files found.
app/assets/stylesheets/sections/events.scss
View file @
9bc829d3
...
...
@@ -40,7 +40,7 @@
}
}
.event-body
{
p
{
.commit
p
{
color
:
#555
;
padding-top
:
5px
;
}
...
...
@@ -51,7 +51,14 @@
padding-top
:
5px
;
padding-left
:
5px
;
display
:
inline-block
;
color
:
#555
;
}
.event-note-icon
{
color
:
#777
;
float
:
left
;
font-size
:
16px
;
line-height
:
18px
;
margin
:
5px
;
}
}
.avatar
{
...
...
app/views/events/event/_note.html.haml
View file @
9bc829d3
...
...
@@ -19,6 +19,6 @@
=
event
.
project_name
.event-body
%i
.icon-comment-alt.event-note-icon
%span
.event-note
%i
.icon-comment-alt
=
gfm
truncate
(
event
.
target
.
note
,
length:
70
)
=
markdown
truncate
(
event
.
target
.
note
,
length:
70
)
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