5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 05:56:08 +00:00
panel/app/views/posts/_submit.haml

7 lines
308 B
Plaintext
Raw Normal View History

.form-group
2019-09-12 16:55:20 +00:00
= submit_tag t('.save'), class: 'btn submit-post'
2023-03-29 15:05:55 +00:00
= render 'bootstrap/alert', class: 'invalid-help d-none' do
= site.config.fetch('invalid_help', t('.invalid_help'))
2023-03-29 15:05:55 +00:00
= render 'bootstrap/alert', class: 'sending-help d-none' do
= site.config.fetch('sending_help', t('.sending_help'))