Add admin user details page

This commit is contained in:
Râu Cao
2023-02-23 22:09:23 +08:00
parent 1a2482434c
commit ffed398024
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<%= render HeaderComponent.new(title: "User: #{@user.address}") %>
<%= render MainSimpleComponent.new do %>
<section>
</section>
<% end %>