mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 05:46:23 +00:00
fix: corregidos márgenes en vistas de moderación
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3f288ab6e4
commit
ba26b505e4
3 changed files with 20 additions and 18 deletions
|
@ -1,7 +1,8 @@
|
||||||
.row.mb-5
|
.row.justify-content-center
|
||||||
|
.col-md-8
|
||||||
%h1= t('.title')
|
%h1= t('.title')
|
||||||
.row
|
.row
|
||||||
.col-md-10
|
.col
|
||||||
- summary = t('.instances')
|
- summary = t('.instances')
|
||||||
= render 'layouts/details', summary: summary do
|
= render 'layouts/details', summary: summary do
|
||||||
= render 'moderation_queue/instances', site: @site, post: @post, moderation_queue: @moderation_queue
|
= render 'moderation_queue/instances', site: @site, post: @post, moderation_queue: @moderation_queue
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
.flex
|
.row.justify-content-center
|
||||||
|
.col-md-8
|
||||||
%h1= t('.profile')
|
%h1= t('.profile')
|
||||||
= render 'moderation_queue/remote_profile', remote_profile: @remote_profile
|
= render 'moderation_queue/remote_profile', remote_profile: @remote_profile
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.row
|
.row.justify-content-center
|
||||||
.col-md-10
|
.col-md-8
|
||||||
- summary = t('posts.edit.post')
|
- summary = t('posts.edit.post')
|
||||||
= render 'layouts/details', summary: summary do
|
= render 'layouts/details', summary: summary do
|
||||||
= render 'posts/form', site: @site, post: @post
|
= render 'posts/form', site: @site, post: @post
|
||||||
|
|
Loading…
Reference in a new issue