-
- Downloads
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into grammar_fixes
No related branches found
No related tags found
Showing
- .pkgr.yml 19 additions, 0 deletions.pkgr.yml
- CHANGELOG 10 additions, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 29 additions, 28 deletionsGemfile.lock
- README.md 7 additions, 3 deletionsREADME.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/javascripts/notes.js.coffee 7 additions, 0 deletionsapp/assets/javascripts/notes.js.coffee
- app/assets/javascripts/project_users_select.js.coffee 1 addition, 1 deletionapp/assets/javascripts/project_users_select.js.coffee
- app/assets/stylesheets/generic/files.scss 7 additions, 7 deletionsapp/assets/stylesheets/generic/files.scss
- app/assets/stylesheets/generic/forms.scss 23 additions, 0 deletionsapp/assets/stylesheets/generic/forms.scss
- app/assets/stylesheets/generic/issue_box.scss 33 additions, 17 deletionsapp/assets/stylesheets/generic/issue_box.scss
- app/assets/stylesheets/generic/jquery.scss 28 additions, 11 deletionsapp/assets/stylesheets/generic/jquery.scss
- app/assets/stylesheets/generic/typography.scss 1 addition, 1 deletionapp/assets/stylesheets/generic/typography.scss
- app/assets/stylesheets/main/mixins.scss 0 additions, 26 deletionsapp/assets/stylesheets/main/mixins.scss
- app/assets/stylesheets/main/variables.scss 25 additions, 0 deletionsapp/assets/stylesheets/main/variables.scss
- app/assets/stylesheets/sections/diff.scss 11 additions, 26 deletionsapp/assets/stylesheets/sections/diff.scss
- app/assets/stylesheets/sections/graph.scss 3 additions, 4 deletionsapp/assets/stylesheets/sections/graph.scss
- app/assets/stylesheets/sections/header.scss 0 additions, 4 deletionsapp/assets/stylesheets/sections/header.scss
- app/assets/stylesheets/sections/issues.scss 33 additions, 8 deletionsapp/assets/stylesheets/sections/issues.scss
- app/assets/stylesheets/sections/merge_requests.scss 8 additions, 1 deletionapp/assets/stylesheets/sections/merge_requests.scss
.pkgr.yml
0 → 100644
Loading
| Loading
| @@ -152,7 +152,7 @@ gem "rack-attack" |
# Ace editor | ||
gem 'ace-rails-ap' | ||
gem "sass-rails" | ||
gem "sass-rails", '~> 4.0.2' | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
gem "therubyracer" | ||
Loading
| Loading
|
Please register or sign in to comment