mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-20 03:53:39 +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
|
.col-md-6.align-self-center
|
||||||
- if @invitadx.errors.full_messages.empty?
|
- if @invitadx.errors.full_messages.empty?
|
||||||
.alert.alert-dismissible.alert-info.fade.show{role: 'alert'}
|
.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',
|
%button.close{type: 'button',
|
||||||
data: { dismiss: 'alert' },
|
data: { dismiss: 'alert' },
|
||||||
'aria-label': t('help.close') }
|
'aria-label': t('help.close') }
|
||||||
|
|
Loading…
Reference in a new issue