Fix newline errors

This commit is contained in:
Annabel Dunstone Gray 2017-04-06 12:31:34 -05:00 committed by Jacob Schatz
parent 6f7deb482a
commit f3a39afc37
6 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
.profile-icon
= custom_icon("comment_o")
= custom_icon("icon_comment_o")
.event-title
= event.action_name

View File

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 605 B