Fix the default navigation theme selection on invalid id
This commit is contained in:
parent
a78657a633
commit
ffd5c98752
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
.preview-row
|
||||
.quadrant.three
|
||||
.quadrant.four
|
||||
= f.radio_button :theme_id, theme.id
|
||||
= f.radio_button :theme_id, theme.id, checked: Gitlab::Themes.for_user(@user).id == theme.id
|
||||
= theme.name
|
||||
|
||||
.col-sm-12
|
||||
|
|
Loading…
Reference in a new issue