|
|
|
@ -9,14 +9,13 @@
|
|
|
|
|
%tr
|
|
|
|
|
%th= link_to t(:all,
|
|
|
|
|
scope: 'activerecord.attributes.region.name_values'), root_path
|
|
|
|
|
%th= link_to 'RSS', events_path(format: :rss, region: :all)
|
|
|
|
|
%th= link_to 'RSS', events_path(format: :rss)
|
|
|
|
|
%th= link_to :webcal,
|
|
|
|
|
events_path(protocol: :webcal, format: :ics, region: :all,
|
|
|
|
|
only_path: false)
|
|
|
|
|
events_path(protocol: :webcal, format: :ics, only_path: false)
|
|
|
|
|
%th= link_to :iCal,
|
|
|
|
|
events_path(format: :ics, region: :all, only_path: false)
|
|
|
|
|
events_path(format: :ics, only_path: false)
|
|
|
|
|
%th= link_to :GeoJSON,
|
|
|
|
|
maps_path(format: :json, region: :all, only_path: false)
|
|
|
|
|
maps_path(format: :json, only_path: false)
|
|
|
|
|
|
|
|
|
|
%tbody
|
|
|
|
|
- @regions.find_each do |region|
|
|
|
|
|