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 ...@@ -33,6 +33,8 @@ module SystemNoteHelper
'icon_eye' 'icon_eye'
when 'milestone' when 'milestone'
'icon_clock_o' 'icon_clock_o'
when 'discussion'
'icon_comment_o'
when 'moved' when 'moved'
'icon_arrow-circle-o-right' 'icon_arrow-circle-o-right'
else else
......
.profile-icon .profile-icon
= custom_icon("comment_o") = custom_icon("icon_comment_o")
.event-title .event-title
= event.action_name = 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