|
@@ -29,7 +29,7 @@
|
|
|
<div class="container">
|
|
|
<div class="row mtop-5">
|
|
|
<div class="col s6 left-align">
|
|
|
- <button class="modal-close waves-effect waves-light btn-large red"><i class="large material-icons left">keyboard_backspace</i> Retour</button>
|
|
|
+ <a href="./" class="modal-close waves-effect waves-light btn-large red"><i class="large material-icons left">keyboard_backspace</i> Retour</a>
|
|
|
</div>
|
|
|
<div class="col s6 right-align">
|
|
|
<button class="btn-floating btn-large waves-effect waves-light red"><i class="large material-icons">save</i></button>
|
|
@@ -64,7 +64,7 @@
|
|
|
});
|
|
|
// Load MD editor
|
|
|
const simplemde = new SimpleMDE({
|
|
|
- placeholder: 'Écrire ici...',
|
|
|
+ placeholder: 'Écrire ici ...',
|
|
|
toolbar: [
|
|
|
'bold', 'italic', 'heading', '|',
|
|
|
'code', 'quote', 'unordered-list', 'ordered-list', '|',
|