18 lines
437 B
Plaintext
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'}
|