Added projects
This commit is contained in:
parent
0964187f22
commit
8b4ffb83ec
37 changed files with 470 additions and 1935 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<%= bootstrap_form_with(model: report) do |form| %>
|
||||
<%= bootstrap_form_with(model: report.persisted? ? report : [@project, report]) do |form| %>
|
||||
<%= form.collection_select :project_id, Project.all, :id, :name, include_blank: true %>
|
||||
<%= form.text_field :name %>
|
||||
<%= form.text_field :url %>
|
||||
<%= form.rich_text_area :comment %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue