-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'ui-improvements' into 'master'
UI improvements * use shared partials for repeating rendering of projects, groups, snippets etc * more consistency in way how projects, snippets and groups lists are rendered * fix 500 error when submit project snippet without body * remove some old and unused css * more compact search page See merge request !1214
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- app/assets/javascripts/dispatcher.js.coffee 0 additions, 4 deletionsapp/assets/javascripts/dispatcher.js.coffee
- app/assets/stylesheets/base/mixins.scss 38 additions, 0 deletionsapp/assets/stylesheets/base/mixins.scss
- app/assets/stylesheets/generic/common.scss 2 additions, 2 deletionsapp/assets/stylesheets/generic/common.scss
- app/assets/stylesheets/generic/lists.scss 2 additions, 18 deletionsapp/assets/stylesheets/generic/lists.scss
- app/assets/stylesheets/pages/projects.scss 21 additions, 84 deletionsapp/assets/stylesheets/pages/projects.scss
- app/assets/stylesheets/pages/search.scss 15 additions, 3 deletionsapp/assets/stylesheets/pages/search.scss
- app/assets/stylesheets/pages/snippets.scss 24 additions, 0 deletionsapp/assets/stylesheets/pages/snippets.scss
- app/controllers/projects/snippets_controller.rb 8 additions, 3 deletionsapp/controllers/projects/snippets_controller.rb
- app/finders/trending_projects_finder.rb 13 additions, 5 deletionsapp/finders/trending_projects_finder.rb
- app/views/dashboard/_projects.html.haml 1 addition, 4 deletionsapp/views/dashboard/_projects.html.haml
- app/views/dashboard/groups/index.html.haml 4 additions, 27 deletionsapp/views/dashboard/groups/index.html.haml
- app/views/dashboard/projects/starred.html.haml 1 addition, 2 deletionsapp/views/dashboard/projects/starred.html.haml
- app/views/explore/groups/index.html.haml 1 addition, 11 deletionsapp/views/explore/groups/index.html.haml
- app/views/explore/projects/_projects.html.haml 6 additions, 6 deletionsapp/views/explore/projects/_projects.html.haml
- app/views/groups/_projects.html.haml 1 addition, 1 deletionapp/views/groups/_projects.html.haml
- app/views/layouts/nav/_project.html.haml 1 addition, 1 deletionapp/views/layouts/nav/_project.html.haml
- app/views/projects/snippets/_snippet.html.haml 0 additions, 15 deletionsapp/views/projects/snippets/_snippet.html.haml
- app/views/projects/snippets/index.html.haml 1 addition, 2 deletionsapp/views/projects/snippets/index.html.haml
- app/views/search/_category.html.haml 1 addition, 1 deletionapp/views/search/_category.html.haml
Loading
Please register or sign in to comment