From 68ed757c79cb1432e69ae37b0e4c0fa38078f280 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 19 Nov 2020 18:48:50 -0300 Subject: [PATCH] recuperar links --- app/views/posts/attributes/_content.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/posts/attributes/_content.haml b/app/views/posts/attributes/_content.haml index c8d9c97..92c92f2 100644 --- a/app/views/posts/attributes/_content.haml +++ b/app/views/posts/attributes/_content.haml @@ -71,10 +71,10 @@ %input.custom-file-input{ type: 'file', data: { prop: 'pdf-file' }, accept: 'application/pdf' }/ %label.custom-file-label{ for: 'pdf-file' }= t('editor.file.pdf') - .form-group{ data: { editor: { auxiliary: 'link' } } } - %label{ for: 'link-href' }= t('editor.url') - %input.form-control{ type: 'url', data: { prop: 'link-href' } }/ - + .form-group{ data: { editor: { auxiliary: 'a' } } } + %label{ for: 'a-href' }= t('editor.url') + %input.form-control{ type: 'url', data: { prop: 'a-href' } }/ + .editor-aviso-word %p ¡Alto ahí! ¿Estás pegando de word? ...