diff --git a/app/views/digests/markdown.html.haml b/app/views/digests/markdown.html.haml index 3a030995..432675fe 100644 --- a/app/views/digests/markdown.html.haml +++ b/app/views/digests/markdown.html.haml @@ -24,7 +24,7 @@ * #{[event.place_name, event.full_address].compact.join ', '} * #{Event.human_attribute_name :url}: #{link_to event.url, event.url} * #{Event.human_attribute_name :tags}: - #{event.tags.split.collect { |tag| "[#{tag}](#{tag_url tag})" }.join ', '} + #{event.tags.collect { |tag| "[#{tag}](#{tag_url tag.name})" }.join ', '} \ %h1= title