Subprincples now have a default of false in the affirmative column.
We do now need to be able to flip that to :true and add the evidence.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<h1>Editing caf</h1>
|
||||
|
||||
<%= render "form", caf: @caf %>
|
||||
<h1><%= @company.name%></h1>
|
||||
<h2>Editing CAF: <%= @caf.name%></h2>
|
||||
<%= render partial: "form", locals: { company: @company, caf: @caf } %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Show this caf", @caf %> |
|
||||
<%= link_to "Back to cafs", cafs_path %>
|
||||
<%= link_to "Show this CAF", company_caf_path(@company, @caf) %> |
|
||||
<%# = link_to "Back to cafs", authenticated_root_path %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user