10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
<h1>New caf</h1>
|
|
|
|
<%= render partial: "form", locals: { company: @company, caf: @caf } %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to CAF", company_cafs_path(@company) %>
|
|
</div>
|