gitlabhq/app/views/admin/users/new.html.haml

6 lines
93 B
Plaintext
Raw Normal View History

2011-10-08 23:36:38 +02:00
%h1 New user
= render 'form'
= link_to 'Back', admin_users_path, :class => "right lbutton"