5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 23:36:21 +00:00

fix: arreglar el botón de editar

This commit is contained in:
f 2024-06-17 11:08:27 -03:00
parent 74d462867a
commit ad5a553fa1
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -11,4 +11,4 @@
- if post.post.attribute?(:description)
%p.card-text= post.post.description.value
= link_to 'Editar', post.path, class: 'btn btn-secondary'
= link_to t('.edit'), edit_site_post_path(post.site, post.path), class: 'btn btn-secondary'

View file

@ -960,3 +960,5 @@ en:
edit: "Edit"
filter: "Start typing to filter..."
save: "Save"
card:
edit: "Edit"

View file

@ -968,3 +968,5 @@ es:
edit: "Editar"
filter: "Empezá a escribir para filtrar..."
save: "Guardar"
card:
edit: "Editar"