7 lines
262 B
Text
7 lines
262 B
Text
<%= bootstrap_form_with(model: element) do |form| %>
|
|
<%= form.text_field :report_id %>
|
|
<%= form.text_field :path %>
|
|
<%= form.text_field :title %>
|
|
<%= form.text_area :description %>
|
|
<%= form.submit %>
|
|
<% end %>
|