A calendar management project, for events and activities related to communities fighting for freedoms.
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
This can be related to software, art, data, hardware, content, commons, internet.
https://www.agendadulibre.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
805 B
19 lines
805 B
================================================================================ |
|
= display_attr :title |
|
= display_attr :start_time, l(@event.start_time, format: :at) |
|
= display_attr :end_time, l(@event.end_time, format: :at) |
|
= display_attr :place_name |
|
= display_attr :address |
|
= display_attr :city |
|
= display_attr :region, @event.region |
|
= display_attr :locality, t("attributes.locality_#{@event.locality}") |
|
= display_attr :url |
|
= display_attr :contact |
|
= display_attr :submitter |
|
= display_attr :tags, @event.tag_list |
|
- if @event.repeat > 0 |
|
= display_attr :repeat |
|
= display_attr :rule, t(@event.rule, scope: 'activerecord.attributes.event.rule_values') |
|
\ |
|
= Kramdown::Document.new(@event.description, input: 'html').to_kramdown |
|
================================================================================
|
|
|