agenda-libre-ruby/app/views/maps/index.html.haml

19 lines
387 B
Plaintext
Raw Normal View History

%h2
%em.fa.fa-map-marker
=title t '.title'
#map.events(data-url="#{maps_path format: :json}")
2014-10-31 14:24:40 +01:00
%nav
= link_to events_path format: :rss, tag: params[:tag] do
2014-10-31 14:24:40 +01:00
%em.fa.fa-rss
RSS
\/
= link_to events_path format: :ics, tag: params[:tag] do
2014-10-31 14:24:40 +01:00
%em.fa.fa-th-list
iCal
\/
= 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