mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 08:13:37 +00:00
fixup! fix: usar siempre el componente
This commit is contained in:
parent
445bf26257
commit
6856b60517
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
- unless post.errors.empty?
|
- unless post.errors.empty?
|
||||||
- title = t('.errors.title')
|
- title = t('.errors.title')
|
||||||
- help = t('.errors.help')
|
- help = t('.errors.help')
|
||||||
= render 'boostrap/alert' do
|
= render 'bootstrap/alert' do
|
||||||
%h4= title
|
%h4= title
|
||||||
%p= help
|
%p= help
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.form-group
|
.form-group
|
||||||
= submit_tag t('.save'), class: 'btn submit-post'
|
= 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'))
|
= 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'))
|
= site.config.fetch('sending_help', t('.sending_help'))
|
||||||
|
|
Loading…
Reference in a new issue