From 5c6e65cd0191c16278cf7da9f36664351c706e75 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 8 Jul 2019 10:05:53 +1200 Subject: [PATCH] remove quotes in haml --- app/views/comments/_description.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}