agenda-libre-ruby/app/views/regions/icallist.html.haml

18 lines
437 B
Plaintext
Raw Normal View History

%h2=t '.title'
:markdown
2014-07-07 13:23:40 +02:00
#{t '.presentation'}
%table.list
%tr
%td=t :all, scope: 'activerecord.attributes.region.name_values'
%td= link_to :webcal, events_path(protocol: :webcal, format: :ics, region: :all, only_path: false)
- @regions.each do |region|
%tr
%td= region.name
%td= link_to :webcal, events_path(protocol: :webcal, format: :ics, region: region.id, only_path: false)
:markdown
2014-07-07 13:23:40 +02:00
#{t '.help'}