mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:16:22 +00:00
fix: arreglar el botón de editar
This commit is contained in:
parent
74d462867a
commit
ad5a553fa1
3 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
|
@ -960,3 +960,5 @@ en:
|
|||
edit: "Edit"
|
||||
filter: "Start typing to filter..."
|
||||
save: "Save"
|
||||
card:
|
||||
edit: "Edit"
|
||||
|
|
|
@ -968,3 +968,5 @@ es:
|
|||
edit: "Editar"
|
||||
filter: "Empezá a escribir para filtrar..."
|
||||
save: "Guardar"
|
||||
card:
|
||||
edit: "Editar"
|
||||
|
|
Loading…
Reference in a new issue