Gui kosmetik
This commit is contained in:
parent
fd2a166025
commit
823284d6ba
5 changed files with 29 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<%= bootstrap_form_with(model: element.persisted? ? element : [:page, element]) do |form| %>
|
||||
<%= bootstrap_form_with(model: element.persisted? ? element : [:page, element], class: "mb-3") do |form| %>
|
||||
<%= form.hidden_field :page_id %>
|
||||
<%= form.text_field :title %>
|
||||
<%= form.rich_text_area :description %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue