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

18 lines
437 B
Plaintext

%h2=t '.title'
:markdown
#{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
#{t '.help'}