Latest updates
This commit is contained in:
9
app/views/cafs/new.html.erb
Normal file
9
app/views/cafs/new.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<h1>New caf</h1>
|
||||
|
||||
<%= render partial: "form", locals: { company: @company, caf: @caf } %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Back to cafs", company_cafs_path(@company) %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user