2020-01-16 20:19:52 +01:00
|
|
|
= render '/maps/orgas'
|
|
|
|
|
2015-02-15 17:10:17 +01:00
|
|
|
%h2
|
|
|
|
%em.fa.fa-users
|
2016-01-10 15:43:22 +01:00
|
|
|
= title t '.title'
|
2015-02-15 17:10:17 +01:00
|
|
|
|
2016-01-10 16:18:20 +01:00
|
|
|
= render 'types'
|
|
|
|
|
2015-02-15 17:10:17 +01:00
|
|
|
%table.list.autopagerize_page_element
|
|
|
|
%thead
|
2019-12-25 17:18:17 +01:00
|
|
|
%th.flag
|
2019-05-21 23:03:03 +02:00
|
|
|
%th.name(colspan='2')= sort_link @search, :name
|
2016-01-07 22:20:09 +01:00
|
|
|
%th.city= sort_link @search, :city
|
2016-01-07 23:10:20 +01:00
|
|
|
%th.region= sort_link @search,
|
|
|
|
:region_name, Orga.human_attribute_name(:region)
|
2020-01-16 20:19:52 +01:00
|
|
|
%th.updated_at= sort_link @search, :updated_at
|
2019-12-30 21:39:40 +01:00
|
|
|
|
2020-01-16 20:19:52 +01:00
|
|
|
%tbody= render @orgas
|
2015-02-15 17:10:17 +01:00
|
|
|
|
2016-01-10 14:41:20 +01:00
|
|
|
%tfoot
|
|
|
|
%tr
|
|
|
|
%th(colspan='12')= paginate @orgas
|