5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 06:18:17 +00:00

Merge branch 'issue-15068' into production.panel.sutty.nl

This commit is contained in:
f 2024-06-17 11:14:16 -03:00
commit 057dd78abf
No known key found for this signature in database
7 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1 @@
.col
%p
%strong= value
%li= value

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

@ -26,7 +26,7 @@
Para poder cancelar, mantenemos el estado original y desactivamos
o activamos los ítemes según estén incluidos en esa lista o no.
.row.row-cols-1.row-cols-md-2.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
%ul.placeholder-glow{ data: { target: 'array.current' } }
- metadata.value.sort_by(&:remove_diacritics).each do |value|
= render 'posts/new_array_value', value: value

View file

@ -29,7 +29,7 @@
Para poder cancelar, mantenemos el estado original y desactivamos
o activamos los ítemes según estén incluidos en esa lista o no.
.row.row-cols-1.row-cols-md-2.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
%ul.placeholder-glow{ data: { target: 'array.current' } }
- metadata.values.slice(*metadata.value).each_key do |value|
= render 'posts/new_array_value', value: value

View file

@ -40,7 +40,7 @@
Para poder cancelar, mantenemos el estado original y desactivamos
o activamos los ítemes según estén incluidos en esa lista o no.
.row.row-cols-3.row-cols-md-4.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
%ul.placeholder-glow{ data: { target: 'array.current' } }
- unless metadata.empty?
= render 'posts/new_array_value', value: metadata.to_s

View file

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

View file

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