mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 16:36:22 +00:00
Merge branch 'issue-12792' into panel.sutty.nl
This commit is contained in:
commit
585403db0c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
- unless post.errors.empty?
|
||||
- title = t('.errors.title')
|
||||
- help = t('.errors.help')
|
||||
= render 'boostrap/alert' do
|
||||
= render 'bootstrap/alert' do
|
||||
%h4= title
|
||||
%p= help
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.form-group
|
||||
= submit_tag t('.save'), class: 'btn submit-post'
|
||||
= render 'boostrap/alert', class: 'invalid-help d-none' do
|
||||
= render 'bootstrap/alert', class: 'invalid-help d-none' do
|
||||
= site.config.fetch('invalid_help', t('.invalid_help'))
|
||||
= render 'boostrap/alert', class: 'sending-help d-none' do
|
||||
= render 'bootstrap/alert', class: 'sending-help d-none' do
|
||||
= site.config.fetch('sending_help', t('.sending_help'))
|
||||
|
|
Loading…
Reference in a new issue