=link_to'Block',block_admin_user_path(user),confirm: 'USER WILL BE BLOCKED! Are you sure?',method: :put,class: "btn btn-small btn-remove"
=link_to'Destroy',[:admin,user],confirm: "USER #{user.name} WILL BE REMOVED! Are you sure?",method: :delete,class: "btn btn-small btn-remove"
=link_to'Destroy',[:admin,user],confirm: "USER #{user.name} WILL BE REMOVED! All tickets linked to this user will also be removed! Maybe block the user instead? Are you sure?",method: :delete,class: "btn btn-small btn-remove"
* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings.
* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/unicorn.rb.example but with your settings.