5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 00:56:06 +00:00

fixup! fix: usar siempre el componente

This commit is contained in:
f 2023-03-29 12:05:55 -03:00
parent 445bf26257
commit 6856b60517
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'))