mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 10:56:21 +00:00
fix: auto-organizar las columnas
This commit is contained in:
parent
99e965d4da
commit
c6a11d3ccd
5 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,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' } }
|
||||
.row.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
|
||||
-# @todo issue-7537
|
||||
- if !metadata.empty? && (indexed_post = site.indexed_posts.find_by(post_id: metadata.value))
|
||||
= render 'posts/new_related_post', post: indexed_post
|
||||
|
|
|
@ -44,7 +44,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' } }
|
||||
.row.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
|
||||
-# @todo issue-7537
|
||||
- metadata.value.each do |uuid|
|
||||
- if (indexed_post = site.indexed_posts.find_by(post_id: uuid))
|
||||
|
|
|
@ -44,7 +44,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' } }
|
||||
.row.no-gutters.placeholder-glow{ data: { target: 'array.current' } }
|
||||
-# @todo issue-7537
|
||||
- metadata.value.each do |uuid|
|
||||
- if (indexed_post = site.indexed_posts.find_by(post_id: uuid))
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
= render 'bootstrap/btn', content: t('.edit'), action: 'modal#showAnother', data: { 'modal-show-value': modal_id }, id: random_id
|
||||
|
||||
-# Aquí se reemplaza por la tarjeta y el UUID luego de guardar
|
||||
.row.row-cols-1.no-gutters.placeholder-glow{ id: target_id }
|
||||
.row.no-gutters.placeholder-glow{ id: target_id }
|
||||
-# @todo issue-7537
|
||||
- if !metadata.empty? && (indexed_post = site.indexed_posts.find_by(post_id: metadata.value))
|
||||
= render 'posts/new_has_one', post: indexed_post, name: name, value: metadata.value
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
Para poder cancelar, mantenemos el estado original y desactivamos
|
||||
o activamos los ítemes según estén incluidos en esa lista o no.
|
||||
%ul.placeholder-glow{ data: { target: 'array.current' } }
|
||||
%ul.list-unstyled.px-3.font-weight-bold.placeholder-glow{ data: { target: 'array.current' } }
|
||||
- unless metadata.empty?
|
||||
= render 'posts/new_array_value', value: metadata.to_s
|
||||
|
||||
|
|
Loading…
Reference in a new issue