2014-07-20 14:18:38 +02:00
|
|
|
%h2
|
|
|
|
%em.fa.fa-map-marker
|
|
|
|
=title t '.title'
|
2014-04-28 00:33:21 +02:00
|
|
|
|
2014-10-28 00:23:11 +01:00
|
|
|
#map.events(data-url="#{maps_path format: :json}")
|
2014-10-31 14:24:40 +01:00
|
|
|
|
|
|
|
%nav
|
2014-10-31 14:33:39 +01:00
|
|
|
= link_to events_path format: :rss, tag: params[:tag] do
|
2014-10-31 14:24:40 +01:00
|
|
|
%em.fa.fa-rss
|
|
|
|
RSS
|
|
|
|
\/
|
2014-10-31 14:33:39 +01:00
|
|
|
= link_to events_path format: :ics, tag: params[:tag] do
|
2014-10-31 14:24:40 +01:00
|
|
|
%em.fa.fa-th-list
|
|
|
|
iCal
|
|
|
|
\/
|
2014-10-31 14:33:39 +01:00
|
|
|
= link_to maps_path format: :json, tag: params[:tag] do
|
2014-10-31 14:24:40 +01:00
|
|
|
%em.fa.fa-dot-circle-o
|
|
|
|
GeoJSON
|