diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-05 18:13:12 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:58:17 -0400 |
commit | 35339bb11f2c410b91a5e8b9ae1d2fef19cac695 (patch) | |
tree | 8e415cd273e33abc18851a86da206c1646c56872 /app/views | |
parent | 0e21436aaf9ea2ed988c3e515e0db73df70534c4 (diff) | |
download | gitlab-ce-35339bb11f2c410b91a5e8b9ae1d2fef19cac695.tar.gz |
Update markup/styling for syntax highlight theme preference
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index bfce0d8ef96..680c0930bba 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -16,9 +16,9 @@ = f.radio_button :theme_id, theme.id = theme.name - .panel.panel-default.code-preview-theme + .panel.panel-default.syntax-theme .panel-heading - Code preview theme + Syntax highlighting theme .panel-body - color_schemes.each do |color_scheme_id, color_scheme| = label_tag do |