mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:21:41 +00:00
mostrar el mensaje de bienvenida como markdown
This commit is contained in:
parent
db321e5754
commit
4c0f2c7ba3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
.col-md-6.align-self-center
|
||||
- if @invitadx.errors.full_messages.empty?
|
||||
.alert.alert-dismissible.alert-info.fade.show{role: 'alert'}
|
||||
= @site.config.dig('welcome', 'message') || t('.welcome')
|
||||
= raw CommonMarker.render_doc(@site.config.dig('welcome', 'message') || t('.welcome')).to_html
|
||||
%button.close{type: 'button',
|
||||
data: { dismiss: 'alert' },
|
||||
'aria-label': t('help.close') }
|
||||
|
|
Loading…
Reference in a new issue