Add user admin
This commit is contained in:
5
app/views/admin/groups/edit.html.erb
Normal file
5
app/views/admin/groups/edit.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="max-w-2xl">
|
||||
<h1 class="text-2xl font-semibold text-gray-900 mb-6">Edit Group</h1>
|
||||
<p class="text-sm text-gray-600 mb-6">Editing: <%= @group.name %></p>
|
||||
<%= render "form", group: @group %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user