diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index be34424..a82dc4f 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,5 +11,5 @@ %footer.footer %p{style: @has_cover ? 'color: white' : ''} %a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty - es desarrollada por + = t('footer.powered_by') %a{href: 'https://kefir.red'} Kéfir diff --git a/config/locales/en.yml b/config/locales/en.yml index 04143fc..c28e990 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -5,3 +5,5 @@ en: submit: 'Log in' sites: title: 'Sites' + footer: + powered_by: 'is developed by' diff --git a/config/locales/es.yml b/config/locales/es.yml index cd54685..6092f60 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -5,3 +5,5 @@ es: submit: 'Ingresar' sites: title: 'Sitios' + footer: + powered_by: 'es desarrollada por'