mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 22:56:22 +00:00
Merge branch 'panel.sutty.nl' of https://0xacab.org/sutty/sutty into panel.sutty.nl
This commit is contained in:
commit
9906ce75ad
4 changed files with 18 additions and 2 deletions
|
@ -20,6 +20,10 @@
|
|||
= link_to t('.tienda'), @site.tienda_url,
|
||||
role: 'button', class: 'btn'
|
||||
|
||||
%li.nav-item
|
||||
= link_to t('.contact_us'), t('.contact_us_href'),
|
||||
class: 'btn', rel: 'me', target: '_blank'
|
||||
|
||||
%li.nav-item
|
||||
= link_to t('.logout'), main_app.destroy_usuarie_session_path,
|
||||
method: :delete, role: 'button', class: 'btn'
|
||||
|
|
|
@ -205,6 +205,8 @@ en:
|
|||
title: 'Your location in Sutty'
|
||||
logout: Log out
|
||||
mutual_aid: Mutual aid
|
||||
contact_us: "Contact us"
|
||||
contact_us_href: "https://sutty.nl/en/#contact"
|
||||
collaborations:
|
||||
collaborate:
|
||||
submit: Register
|
||||
|
|
|
@ -205,6 +205,8 @@ es:
|
|||
title: 'Tu ubicación en Sutty'
|
||||
logout: Cerrar sesión
|
||||
mutual_aid: Ayuda mutua
|
||||
contact_us: "Contacto"
|
||||
contact_us_href: "https://sutty.nl/#contacto"
|
||||
collaborations:
|
||||
collaborate:
|
||||
submit: Registrarme
|
||||
|
|
|
@ -19,7 +19,11 @@
|
|||
|
||||
<p>Gracias por ayudarnos a encontrar errores :)</p>
|
||||
|
||||
<p><a href="/">Volver al panel</a></p>
|
||||
<p>
|
||||
<a href="/">Volver al panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/#contacto" rel="me" target="_blank">Contáctanos</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="col-10" lang="en">
|
||||
|
@ -31,7 +35,11 @@
|
|||
|
||||
<p>Thanks for helping us in finding errors! :)</p>
|
||||
|
||||
<p><a href="/">Go back to panel</a></p>
|
||||
<p>
|
||||
<a href="/">Go back to panel</a>
|
||||
|
|
||||
<a href="https://sutty.nl/en/#contact" rel="me" target="_blank">Contact us</a>
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue