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