edit.html.haml 140 Bytes
%h3.page-title
  Edit user: #{@user.name}
.back-link
  = link_to admin_user_path(@user) do
    ← Back to user page
%hr
= render 'form'