This commit is contained in:
4
app/views/sections/_form.html.erb
Normal file
4
app/views/sections/_form.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<%= leafable_edit_form(section, id: "leafable-editor") do |form| %>
|
||||
<h1><%= form.text_area :body, class: "input input--textara full-width txt-align-center", required: true, autocomplete: "off", autofocus: true %></h1>
|
||||
<%= form.submit "Save", hidden: true %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user