Skip to content
Snippets Groups Projects
Commit 3847d1db authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #586

parent bd9c602a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,11 @@
</div>
</div>
<%= f.input :description_short %>
<%= f.input :biography, as: :summernote %>
<%= f.input :biography,
as: :summernote,
input_html: {
data: { 'summernote-config' => 'mini-list' }
} %>
</div>
</div>
<div class="card flex-fill w-100">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment