a11yist/app/views/reports/_form.html.erb
david e569bcb246
Some checks failed
/ Run tests (push) Successful in 1m52s
/ Run system tests (push) Failing after 2m3s
/ Build, push and deploy image (push) Successful in 1m45s
Cosmetics
2024-11-11 05:00:51 +01:00

6 lines
182 B
Text

<%= bootstrap_form_with(model: report) do |form| %>
<%= form.text_field :name %>
<%= form.text_field :url %>
<%= form.rich_text_area :comment %>
<%= form.submit %>
<% end %>