Initial commit
This commit is contained in:
6
app/views/admin/users/edit.html.erb
Normal file
6
app/views/admin/users/edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="card shadow-sm">
|
||||
<%= card_header text: "Edit User", close_action_path: [:admin, :users] %>
|
||||
<div class="card-body">
|
||||
<%= render "form", user: @user, accounts: @accounts %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user