From 9e475860e0b8bd5e0a9f4ee6c8f6125e1f64ed2f Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sun, 13 Aug 2017 14:53:07 +0200 Subject: [PATCH] theme color select-box should be filterable --- app/assets/javascripts/admin/templates/customize-themes-show.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/admin/templates/customize-themes-show.hbs b/app/assets/javascripts/admin/templates/customize-themes-show.hbs index c9ff316d032..c9b4d43d3d7 100644 --- a/app/assets/javascripts/admin/templates/customize-themes-show.hbs +++ b/app/assets/javascripts/admin/templates/customize-themes-show.hbs @@ -38,6 +38,7 @@

{{i18n "admin.customize.theme.color_scheme_select"}}

{{d-select-box data=colorSchemes textKey="name" + filterable=true value=colorSchemeId icon="paint-brush"}} {{#if colorSchemeChanged}}