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

Merge branch 'master' of github.com:noesya/osuny

parents d28df2b0 ea51331b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
#
class Communication::Website::IndexPage < ApplicationRecord
has_summernote :text
enum kind: { home: 0,
communication_posts: 10,
education_programs: 20,
......
......@@ -17,7 +17,7 @@
data: { source: '#communication_website_index_page_title' }
} %>
<%= f.input :description %>
<%= f.input :text %>
<%= f.input :text, as: :summernote %>
</div>
</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