Commit f3a39afc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by Jacob Schatz

Fix newline errors

parent 6f7deb48
......@@ -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
......
.profile-icon
= custom_icon("comment_o")
= custom_icon("icon_comment_o")
.event-title
= event.action_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment