mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
8 lines
227 B
Text
8 lines
227 B
Text
h1
|
|
' Editing user ban for user
|
|
= @user.user.name
|
|
|
|
= render PhilomenaWeb.Admin.UserBanView, "_form.html", changeset: @changeset, action: ~p"/admin/user_bans/#{@user}", conn: @conn
|
|
|
|
br
|
|
= link "Back", to: ~p"/admin/user_bans"
|