From 07945e9f69bb0a644dc28b6a76d5ed15a8b15bfc Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 8 Jul 2019 10:05:13 +1200 Subject: [PATCH] remove quotes in haml --- app/views/photos/_description.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/photos/_description.haml b/app/views/photos/_description.haml index 55a427e2f..69aa5ceb4 100644 --- a/app/views/photos/_description.haml +++ b/app/views/photos/_description.haml @@ -1 +1 @@ -"took a photo #{link_to event_model.title, event_model}" \ No newline at end of file +took a photo #{link_to event_model.title, event_model}