Simplified markdown digest, removing some labels

This commit is contained in:
echarp 2019-03-03 18:44:23 +00:00
parent fa04fc1259
commit b268ed453f
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@
\ \
* #{[event.place_name, event.full_address].compact.join ', '} * #{[event.place_name, event.full_address].compact.join ', '}
- if event.url.present? - if event.url.present?
* #{Event.human_attribute_name :url}: #{event.url} * #{event.url}
* #{Event.human_attribute_name :tags}: * #{event.tags.collect { |tag| "[#{tag}](#{tag_url tag.name})" }.join ', '}
= event.tags.collect { |tag| "[#{tag}](#{tag_url tag.name})" }.join ', '
\ \
%h1= title %h1= title