Fix markdown for note events
This commit is contained in:
parent
2bc78739a7
commit
9bc829d397
2 changed files with 10 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue