Fix newline errors
This commit is contained in:
parent
6f7deb482a
commit
f3a39afc37
|
|
@ -33,6 +33,8 @@ module SystemNoteHelper
|
|||
'icon_eye'
|
||||
when 'milestone'
|
||||
'icon_clock_o'
|
||||
when 'discussion'
|
||||
'icon_comment_o'
|
||||
when 'moved'
|
||||
'icon_arrow-circle-o-right'
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.profile-icon
|
||||
= custom_icon("comment_o")
|
||||
= custom_icon("icon_comment_o")
|
||||
|
||||
.event-title
|
||||
= event.action_name
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 605 B After Width: | Height: | Size: 605 B |
Loading…
Reference in New Issue