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.
21 lines
461 B
21 lines
461 B
= render '/maps/orgas' |
|
|
|
%h2 |
|
%em.fa.fa-users |
|
= title t '.title' |
|
|
|
= render 'types' |
|
|
|
%table.list.autopagerize_page_element |
|
%thead |
|
%th.name(colspan='2')= sort_link @search, :name |
|
%th.city= sort_link @search, :city |
|
%th.region(colspan='2')= sort_link @search, |
|
:region_name, Orga.human_attribute_name(:region) |
|
%th.updated_at= sort_link @search, :updated_at |
|
|
|
%tbody= render @orgas |
|
|
|
%tfoot |
|
%tr |
|
%th(colspan='9')= paginate @orgas
|
|
|