diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 21:31:54 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-24 21:31:54 -0800 |
commit | f43c0429c25dff42aec395a24057eb8d37ff449d (patch) | |
tree | 79157c06a39da27bfdf879551a10990c2d6fbaa8 /app/views/admin/users | |
parent | 82483f953671237896e8131d557642161ed5e97f (diff) | |
download | gitlab-ce-f43c0429c25dff42aec395a24057eb8d37ff449d.tar.gz |
Improve admin projects and users pages for mobile devices
Diffstat (limited to 'app/views/admin/users')
-rw-r--r-- | app/views/admin/users/index.html.haml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index 6e15cec467b..4a4f0549ada 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -1,5 +1,7 @@ .row - .col-md-3 + = link_to '#aside', class: 'show-aside' do + %i.fa.fa-angle-left + %aside.col-md-3 .admin-filter %ul.nav.nav-pills.nav-stacked %li{class: "#{'active' unless params[:filter]}"} @@ -27,7 +29,7 @@ %hr = link_to 'Reset', admin_users_path, class: "btn btn-cancel" - .col-md-9 + %section.col-md-9 .panel.panel-default .panel-heading Users (#{@users.total_count}) |