-
- Downloads
Merge branch 'improve-groups-list' into 'master'
Improve UI consistency between projects and groups lists * add group description to the list * move new group button to top nav * move projects/users count icons to the right Fixes #3939 Signed-off-by:Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !2677
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/framework/buttons.scss 1 addition, 7 deletionsapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/nav.scss 86 additions, 0 deletionsapp/assets/stylesheets/framework/nav.scss
- app/assets/stylesheets/pages/groups.scss 19 additions, 1 deletionapp/assets/stylesheets/pages/groups.scss
- app/assets/stylesheets/pages/projects.scss 1 addition, 87 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/dashboard/_groups_head.html.haml 13 additions, 7 deletionsapp/views/dashboard/_groups_head.html.haml
- app/views/dashboard/_projects_head.html.haml 4 additions, 4 deletionsapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/groups/index.html.haml 0 additions, 9 deletionsapp/views/dashboard/groups/index.html.haml
- app/views/groups/_projects.html.haml 8 additions, 9 deletionsapp/views/groups/_projects.html.haml
- app/views/projects/forks/index.html.haml 31 additions, 33 deletionsapp/views/projects/forks/index.html.haml
- app/views/shared/groups/_group.html.haml 16 additions, 3 deletionsapp/views/shared/groups/_group.html.haml
Please register or sign in to comment