Skip to content
Snippets Groups Projects
Commit ea51331b authored by pabois's avatar pabois
Browse files

index page

parent 8e84f304
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