mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 20:06:43 +01:00
6 lines
205 B
Text
6 lines
205 B
Text
<h1>
|
|
New User Ban
|
|
</h1>
|
|
<%= render(PhilomenaWeb.Admin.UserBanView, "_form.html", changeset: @changeset, action: ~p"/admin/user_bans", conn: @conn) %>
|
|
<br />
|
|
<%= link("Back", to: ~p"/admin/user_bans") %>
|