diff --git a/app/views/comments/_description.haml b/app/views/comments/_description.haml index b3ac774f9..31bdd6332 100644 --- a/app/views/comments/_description.haml +++ b/app/views/comments/_description.haml @@ -1 +1 @@ -"#{link_to 'commented', event_model} on #{link_to event_model.post, event_model.post}" \ No newline at end of file +#{link_to 'commented', event_model} on #{link_to event_model.post, event_model.post}