Add admin user details page
This commit is contained in:
6
app/views/admin/users/show.html.erb
Normal file
6
app/views/admin/users/show.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<%= render HeaderComponent.new(title: "User: #{@user.address}") %>
|
||||
|
||||
<%= render MainSimpleComponent.new do %>
|
||||
<section>
|
||||
</section>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user