2023-04-11 20:49:45 +00:00
|
|
|
- invalid_help = site.config.fetch('invalid_help', t('.invalid_help'))
|
|
|
|
- sending_help = site.config.fetch('sending_help', t('.sending_help'))
|
2019-08-13 19:09:23 +00:00
|
|
|
.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
|
2023-04-11 20:49:45 +00:00
|
|
|
= invalid_help
|
2023-03-29 15:05:55 +00:00
|
|
|
= render 'bootstrap/alert', class: 'sending-help d-none' do
|
2023-04-11 20:49:45 +00:00
|
|
|
= sending_help
|