parent
c23f58a6df
commit
a70c656690
21 changed files with 309 additions and 2 deletions
7
app/views/users/_user.html.erb
Normal file
7
app/views/users/_user.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div id="<%= dom_id user %>">
|
||||
<p class="my-5">
|
||||
<strong class="block font-medium mb-1">Email:</strong>
|
||||
<%= user.email %>
|
||||
</p>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue