Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec6e3e188c3e44112c201cfdbf535299b86c1ef (plain)
1
2
3
4
5
6
%h1 New user

= render 'form'


= link_to 'Back', admin_users_path, :class => "right lbutton"