From cf01fb700ceaa294b2070f77d1af8e6ed2db24b3 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 10 May 2021 14:49:18 -0300 Subject: [PATCH] siempre empezar por el idioma por defecto --- app/views/sites/index.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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