Quick correction for markdown digest

This commit is contained in:
echarp 2017-05-28 00:18:01 +02:00
parent d69a3f8f06
commit 7e2c45d006
1 changed files with 1 additions and 1 deletions

View File

@ -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 ', '}
\