diff --git a/app/views/regions/index.html.haml b/app/views/regions/index.html.haml index 8d65d189..7040fdb5 100644 --- a/app/views/regions/index.html.haml +++ b/app/views/regions/index.html.haml @@ -7,8 +7,7 @@ %table.list %thead %tr - %th= link_to t(:all, - scope: 'activerecord.attributes.region.name_values'), root_path + %th= t :all, scope: 'activerecord.attributes.region.name_values' %th= link_to 'RSS', events_path(format: :rss) %th= link_to :webcal, events_path(protocol: :webcal, format: :ics, only_path: false)