Quick correction on tags in digest

This commit is contained in:
echarp 2016-12-17 19:40:32 +01:00
parent 24e2543a1d
commit bdfb9311b5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* #{[event.place_name, event.full_address].compact.join ', '} * #{[event.place_name, event.full_address].compact.join ', '}
* #{Event.human_attribute_name :url}: #{link_to event.url, event.url} * #{Event.human_attribute_name :url}: #{link_to event.url, event.url}
* #{Event.human_attribute_name :tags}: * #{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 %h1= title