-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix code preview theme setting for comments, issues, merge requests, and snippets.
Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
parent
332413d7
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/highlight/dark.scss 4 additions, 0 deletionsapp/assets/stylesheets/highlight/dark.scss
- app/assets/stylesheets/highlight/monokai.scss 4 additions, 0 deletionsapp/assets/stylesheets/highlight/monokai.scss
- app/assets/stylesheets/highlight/solarized_dark.scss 4 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_dark.scss
- app/assets/stylesheets/highlight/solarized_light.scss 4 additions, 0 deletionsapp/assets/stylesheets/highlight/solarized_light.scss
- app/assets/stylesheets/highlight/white.scss 4 additions, 0 deletionsapp/assets/stylesheets/highlight/white.scss
- app/helpers/events_helper.rb 1 addition, 1 deletionapp/helpers/events_helper.rb
- app/helpers/gitlab_markdown_helper.rb 3 additions, 1 deletionapp/helpers/gitlab_markdown_helper.rb
- lib/redcarpet/render/gitlab_html.rb 3 additions, 2 deletionslib/redcarpet/render/gitlab_html.rb
- spec/helpers/events_helper_spec.rb 12 additions, 0 deletionsspec/helpers/events_helper_spec.rb
Please register or sign in to comment