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:
commit
057dd78abf
7 changed files with 9 additions and 7 deletions
|
@ -1,3 +1 @@
|
|||
.col
|
||||
%p
|
||||
%strong= value
|
||||
%li= value
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -962,3 +962,5 @@ en:
|
|||
edit: "Edit"
|
||||
filter: "Start typing to filter..."
|
||||
save: "Save"
|
||||
card:
|
||||
edit: "Edit"
|
||||
|
|
|
@ -970,3 +970,5 @@ es:
|
|||
edit: "Editar"
|
||||
filter: "Empezá a escribir para filtrar..."
|
||||
save: "Guardar"
|
||||
card:
|
||||
edit: "Editar"
|
||||
|
|
Loading…
Reference in a new issue