mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:41:41 +00:00
recuperar links
This commit is contained in:
parent
22f391fec5
commit
68ed757c79
1 changed files with 4 additions and 4 deletions
|
@ -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? ...
|
||||
|
||||
|
|
Loading…
Reference in a new issue