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

summernote style

parent c93b3702
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,11 @@
<%= f.input :birthdate, discard_year: true, include_blank: true %>
</div>
<div class="col-md-8">
<%= f.input :biography, as: :summernote %>
<%= f.input :biography,
as: :summernote,
input_html: {
data: { 'summernote-config' => 'mini' }
} %>
</div>
</div>
......
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