diff --git a/app/views/posts/attributes/_content.haml b/app/views/posts/attributes/_content.haml index b4d1ad2a..d4ba76a7 100644 --- a/app/views/posts/attributes/_content.haml +++ b/app/views/posts/attributes/_content.haml @@ -68,6 +68,9 @@ .form-group{ data: { editor: { auxiliary: 'link' } } } %label{ for: 'link-href' }= t('editor.url') %input.form-control{ type: 'url', data: { prop: 'link-href' } }/ + + .editor-aviso-word + %p ¡Alto ahí! ¿Estás pegando de word? ... .editor-content.form-control.h-auto.mt-1{ contenteditable: 'true' } = metadata.value.html_safe