-
- Downloads
Merge branch 'license-as-key' into 'master'
Allow license to be uploaded as text rather than file RE gitlab-com/www-gitlab-com#423 See merge request !63
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/assets/stylesheets/pages/admin.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/admin.scss
- app/controllers/admin/licenses_controller.rb 3 additions, 1 deletionapp/controllers/admin/licenses_controller.rb
- app/models/license.rb 3 additions, 3 deletionsapp/models/license.rb
- app/views/admin/licenses/new.html.haml 40 additions, 3 deletionsapp/views/admin/licenses/new.html.haml
- app/views/import/google_code/new.html.haml 1 addition, 1 deletionapp/views/import/google_code/new.html.haml
Loading
| Loading
| @@ -206,7 +206,7 @@ gem 'request_store', '~> 1.2.0' |
gem 'select2-rails', '~> 3.5.9' | ||
gem 'virtus', '~> 1.0.1' | ||
gem "gitlab-license", "~> 0.0.2" | ||
gem "gitlab-license", "~> 0.0.4" | ||
group :development do | ||
gem "foreman" | ||
Loading
| Loading
|
Please register or sign in to comment