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.
16 lines
459 B
16 lines
459 B
%form.region_selector |
|
= select_tag :region, |
|
options_from_collection_for_select(Region.all, 'id', 'name', params[:region]), |
|
prompt: t('region_selector') |
|
|
|
= calendar @events, { prev_text: '<<', next_text: '>>', start_day: :monday, |
|
params: { region: params[:region] } } do |event| |
|
%ul.events |
|
%li.event |
|
= link_to event.url do |
|
%strong= event.city |
|
= event.title |
|
|
|
.formats |
|
=t '.calendar_in' |
|
rss, iCal ou calendrier Google
|
|
|