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:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div>
|
||||
<%= link_to "Edit this caf", edit_company_caf_path(@caf.company_id,@caf.id) %> |
|
||||
<%= link_to "Back to cafs", company_cafs_path(@caf.company_id) %>
|
||||
<%= link_to "Back to cafs", authenticated_root_path %>
|
||||
|
||||
<%= button_to "Destroy this caf", company_caf_path(@caf.id), method: :delete %>
|
||||
<%= button_to "Destroy this caf", company_caf_path(@company.id, @caf.id), method: :delete %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user