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

deprecate text and references

parent e8320d82
No related branches found
No related tags found
No related merge requests found
......@@ -13,12 +13,12 @@
as: :summernote,
input_html: {
data: { 'summernote-config' => 'mini' }
} %>
} if paper.text.present? %>
<%= f.input :references,
as: :summernote,
input_html: {
data: { 'summernote-config' => 'mini' }
} %>
} if paper.references.present? %>
<% end %>
</div>
<div class="col-md-4">
......
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