diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-07 07:37:02 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-07 07:37:02 +0000 |
commit | 164dbc6b77558e29fd9a1553048d314457dc6990 (patch) | |
tree | bd5076a584a04b3de2333cbbce51eefa7bf3353c /app/views/profiles/preferences | |
parent | ce001db93846bc693be0277bde163850da62f292 (diff) | |
download | gitlab-ce-164dbc6b77558e29fd9a1553048d314457dc6990.tar.gz |
Resolve "Introduce new navigation themes in GitLab 11.0"
Diffstat (limited to 'app/views/profiles/preferences')
-rw-r--r-- | app/views/profiles/preferences/show.html.haml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml index e63e7772ba3..8f1078bd41d 100644 --- a/app/views/profiles/preferences/show.html.haml +++ b/app/views/profiles/preferences/show.html.haml @@ -9,13 +9,7 @@ .col-lg-8.application-theme - Gitlab::Themes.each do |theme| = label_tag do - .preview{ class: theme.name.downcase } - .preview-row - .quadrant.one - .quadrant.two - .preview-row - .quadrant.three - .quadrant.four + .preview{ class: theme.css_class } = f.radio_button :theme_id, theme.id, checked: Gitlab::Themes.for_user(@user).id == theme.id = theme.name |