mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:26:21 +00:00
fix: padding en los details de posts/index #16509
This commit is contained in:
parent
d098fa7131
commit
be6d101e6c
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
= render 'layouts/details', summary: t('posts.filters.title') do
|
||||
%form{ method: :get }
|
||||
.border.border-magenta.p-1
|
||||
.border.border-magenta.p-3
|
||||
- @filter_params.each do |param, values|
|
||||
- next if param == :layout
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%tr.border-top.border-magenta
|
||||
%th.font-weight-normal.w-100.position-relative{ scope: 'row' }
|
||||
%th.font-weight-normal.w-100.position-relative.px-3.py-2{ scope: 'row' }
|
||||
- if local_assigns[:parent_schema]
|
||||
%span.text-muted —
|
||||
= render 'schemas/add', schema: schema, **local_assigns
|
||||
|
|
Loading…
Reference in a new issue