gitlabhq/app/views/admin/users/new.html.haml
Nihad Abbasov d62200cad4 clean-up code
* Remove trailing whitespace
  * Converts hard-tabs into two-space soft-tabs
  * Remove consecutive blank lines
2011-10-26 18:46:25 +05:00

6 lines
93 B
Plaintext

%h1 New user
= render 'form'
= link_to 'Back', admin_users_path, :class => "right lbutton"