mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 15:31:43 +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?
|
||||
- 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