mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:46:22 +00:00
fix: btn
This commit is contained in:
parent
b2017bedfa
commit
0451d74eb6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
.d-flex.flex-row.justify-content-between
|
.d-flex.flex-row.justify-content-between
|
||||||
%div
|
%div
|
||||||
- if reorder_allowed
|
- if reorder_allowed
|
||||||
= submit_tag t('posts.reorder.submit'), class: 'btn'
|
= submit_tag t('posts.reorder.submit'), class: 'btn btn-secondary'
|
||||||
%button.btn.btn-secondary{ data: { action: 'reorder#unselect' } }
|
%button.btn.btn-secondary{ data: { action: 'reorder#unselect' } }
|
||||||
= t('posts.reorder.unselect')
|
= t('posts.reorder.unselect')
|
||||||
%span.badge{ data: { target: 'reorder.counter' } } 0
|
%span.badge{ data: { target: 'reorder.counter' } } 0
|
||||||
|
|
Loading…
Reference in a new issue