-
- Downloads
Merge branch 'issue_3945' into 'master'
Add syntax highlighting to diff view Closes #3945 See merge request !2109
No related branches found
No related tags found
Showing
- app/assets/stylesheets/highlight/dark.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/dark.scss
- app/assets/stylesheets/highlight/monokai.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/monokai.scss
- app/assets/stylesheets/highlight/solarized_dark.scss 18 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_dark.scss
- app/assets/stylesheets/highlight/solarized_light.scss 19 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_light.scss
- app/assets/stylesheets/pages/diff.scss 15 additions, 0 deletionsapp/assets/stylesheets/pages/diff.scss
- app/controllers/application_controller.rb 1 addition, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/projects/blob_controller.rb 3 additions, 2 deletionsapp/controllers/projects/blob_controller.rb
- app/controllers/projects/commit_controller.rb 1 addition, 0 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/compare_controller.rb 2 additions, 1 deletionapp/controllers/projects/compare_controller.rb
- app/controllers/projects/merge_requests_controller.rb 6 additions, 2 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/helpers/blob_helper.rb 5 additions, 16 deletionsapp/helpers/blob_helper.rb
- app/helpers/diff_helper.rb 5 additions, 64 deletionsapp/helpers/diff_helper.rb
- app/models/merge_request.rb 16 additions, 3 deletionsapp/models/merge_request.rb
- app/models/merge_request_diff.rb 9 additions, 0 deletionsapp/models/merge_request_diff.rb
- app/views/projects/blame/show.html.haml 3 additions, 2 deletionsapp/views/projects/blame/show.html.haml
- app/views/projects/blob/diff.html.haml 1 addition, 1 deletionapp/views/projects/blob/diff.html.haml
- app/views/projects/blob/preview.html.haml 1 addition, 1 deletionapp/views/projects/blob/preview.html.haml
- app/views/projects/commit/show.html.haml 2 additions, 1 deletionapp/views/projects/commit/show.html.haml
- app/views/projects/compare/show.html.haml 1 addition, 1 deletionapp/views/projects/compare/show.html.haml
- app/views/projects/diffs/_diffs.html.haml 1 addition, 1 deletionapp/views/projects/diffs/_diffs.html.haml
Please register or sign in to comment