5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 23:35:45 +00:00

Merge branch 'issue-12792' into panel.sutty.nl

This commit is contained in:
f 2023-03-29 12:06:39 -03:00
commit 585403db0c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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'))