From 7e2c45d006ce5f43b3b069a94daeafbacfe0eedf Mon Sep 17 00:00:00 2001
From: echarp <manu@echarp.org>
Date: Sun, 28 May 2017 00:18:01 +0200
Subject: [PATCH] Quick correction for markdown digest

---
 app/views/digests/markdown.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/digests/markdown.html.haml b/app/views/digests/markdown.html.haml
index 33f0678a0..640d5b1ce 100644
--- a/app/views/digests/markdown.html.haml
+++ b/app/views/digests/markdown.html.haml
@@ -15,7 +15,7 @@
     \
     * #{[event.place_name, event.full_address].compact.join ', '}
     - if event.url.present?
-      * #{Event.human_attribute_name :url}: #{link_to event.url, event.url}
+      * #{Event.human_attribute_name :url}: #{event.url}
     * #{Event.human_attribute_name :tags}:
     #{event.tags.collect { |tag| "[#{tag}](#{tag_url tag.name})" }.join ', '}
     \
-- 
GitLab