added the last two models
This commit is contained in:
10
app/views/credentials/show.html.erb
Normal file
10
app/views/credentials/show.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<p style="color: green"><%= notice %></p>
|
||||
|
||||
<%= render @credential %>
|
||||
|
||||
<div>
|
||||
<%= link_to "Edit this credential", edit_credential_path(@credential) %> |
|
||||
<%= link_to "Back to credentials", credentials_path %>
|
||||
|
||||
<%= button_to "Destroy this credential", @credential, method: :delete %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user