mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:41:41 +00:00
boton de guardar tambien al final
This commit is contained in:
parent
ea39a9ae8b
commit
7d271f3bde
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@
|
|||
= text_field 'post', "lang[#{lang}]", value: @post.get_front_matter(:lang).dig(lang),
|
||||
class: 'form-control'
|
||||
%small.text-muted.form-text= t('posts.lang_help')
|
||||
.form-group
|
||||
= submit_tag t('posts.save'), class: 'btn btn-success'
|
||||
|
||||
:javascript
|
||||
$(document).on('turbolinks:load', function() {
|
||||
|
|
Loading…
Reference in a new issue