-
- Downloads
Merge branch 'master' into use-top-area
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 4 deletionsGemfile.lock
- app/assets/javascripts/dropzone_input.js.coffee 2 additions, 2 deletionsapp/assets/javascripts/dropzone_input.js.coffee
- app/assets/stylesheets/pages/explore.scss 0 additions, 8 deletionsapp/assets/stylesheets/pages/explore.scss
- app/assets/stylesheets/pages/projects.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/projects.scss
- app/controllers/dashboard/projects_controller.rb 1 addition, 0 deletionsapp/controllers/dashboard/projects_controller.rb
- app/helpers/explore_helper.rb 12 additions, 1 deletionapp/helpers/explore_helper.rb
- app/views/dashboard/_projects_head.html.haml 2 additions, 1 deletionapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/issues.html.haml 0 additions, 3 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 0 additions, 3 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/dashboard/milestones/index.html.haml 0 additions, 3 deletionsapp/views/dashboard/milestones/index.html.haml
- app/views/explore/projects/_dropdown.html.haml 3 additions, 9 deletionsapp/views/explore/projects/_dropdown.html.haml
- app/views/explore/projects/_filter.html.haml 1 addition, 1 deletionapp/views/explore/projects/_filter.html.haml
- app/views/explore/projects/_nav.html.haml 10 additions, 0 deletionsapp/views/explore/projects/_nav.html.haml
- app/views/explore/projects/index.html.haml 5 additions, 1 deletionapp/views/explore/projects/index.html.haml
- app/views/explore/projects/starred.html.haml 3 additions, 9 deletionsapp/views/explore/projects/starred.html.haml
- app/views/explore/projects/trending.html.haml 2 additions, 8 deletionsapp/views/explore/projects/trending.html.haml
- app/views/projects/milestones/index.html.haml 0 additions, 3 deletionsapp/views/projects/milestones/index.html.haml
- app/views/shared/projects/_project.html.haml 2 additions, 2 deletionsapp/views/shared/projects/_project.html.haml
Loading
| Loading
| @@ -30,7 +30,7 @@ gem 'omniauth-github', '~> 1.1.1' |
gem 'omniauth-gitlab', '~> 1.0.0' | ||
gem 'omniauth-google-oauth2', '~> 0.2.0' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
gem 'omniauth-saml', '~> 1.4.0' | ||
gem 'omniauth-saml', '~> 1.4.2' | ||
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
Loading
| Loading
|
app/views/explore/projects/_nav.html.haml
0 → 100644
Please register or sign in to comment