mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:36:22 +00:00
enviar el idioma al reordenar!
los tests envían el idioma pero no el panel
This commit is contained in:
parent
ad27a938f9
commit
25fe41bfa2
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
%h2= t('posts.empty')
|
||||
- else
|
||||
= form_tag site_posts_reorder_path, method: :post do
|
||||
%input{ type: 'hidden', name: 'post[lang]', value: @locale }
|
||||
%table.table{ data: { controller: 'reorder' } }
|
||||
%caption.sr-only= t('posts.caption')
|
||||
%thead
|
||||
|
|
Loading…
Reference in a new issue