Latest updates
This commit is contained in:
10
app/views/cafs/edit.html.erb
Normal file
10
app/views/cafs/edit.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<h1>Editing caf</h1>
|
||||
|
||||
<%= render "form", caf: @caf %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Show this caf", @caf %> |
|
||||
<%= link_to "Back to cafs", cafs_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user