added the last two models
This commit is contained in:
10
app/views/credentials/edit.html.erb
Normal file
10
app/views/credentials/edit.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<h1>Editing credential</h1>
|
||||
|
||||
<%= render "form", credential: @credential %>
|
||||
|
||||
<br>
|
||||
|
||||
<div>
|
||||
<%= link_to "Show this credential", @credential %> |
|
||||
<%= link_to "Back to credentials", credentials_path %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user