siempre empezar por el idioma por defecto
This commit is contained in:
parent
84e77c1232
commit
cf01fb700c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue