From cf93710b339ec4e6b6957fe4d3cdf301a52b47ee Mon Sep 17 00:00:00 2001 From: void Date: Wed, 18 Nov 2020 22:55:13 -0300 Subject: [PATCH] =?UTF-8?q?me=20olvid=C3=A9=20de=20esta=20parte=20del=20co?= =?UTF-8?q?mmit=20anterior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/attributes/_content.haml | 3 +++ 1 file changed, 3 insertions(+) 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