diff --git a/app/views/sites/index.haml b/app/views/sites/index.haml index 9d83158..d7eefb9 100644 --- a/app/views/sites/index.haml +++ b/app/views/sites/index.haml @@ -23,7 +23,7 @@ %td %h2 - if policy(site).show? - = link_to site.title, site_path(site) + = link_to site.title, site_posts_path(site, locale: site.default_locale) - else = site.title %p.lead= site.description