mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:36:21 +00:00
56e4684ef1
closes #14967
8 lines
382 B
Text
8 lines
382 B
Text
- invalid_help = site.config.fetch('invalid_help', t('.invalid_help'))
|
|
- sending_help = site.config.fetch('sending_help', t('.sending_help'))
|
|
.form-group
|
|
= submit_tag t('.save'), class: 'btn btn-secondary submit-post'
|
|
= render 'bootstrap/alert', class: 'invalid-help d-none' do
|
|
= invalid_help
|
|
= render 'bootstrap/alert', class: 'sending-help d-none' do
|
|
= sending_help
|