added the last two models
This commit is contained in:
12
app/views/credentials/_credential.html.erb
Normal file
12
app/views/credentials/_credential.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id="<%= dom_id credential %>">
|
||||
<p>
|
||||
<strong>Email:</strong>
|
||||
<%= credential.email %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Password:</strong>
|
||||
<%= credential.password %>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user