From: dklawren Date: Sat, 16 Feb 2019 16:07:22 +0000 (-0500) Subject: Bug 1528334 - Adding image to main bugzilla screen for User Research X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ef376736aa7eddfd8bc9a6b108e3a786141656;p=thirdparty%2Fbugzilla.git Bug 1528334 - Adding image to main bugzilla screen for User Research --- diff --git a/extensions/BMO/template/en/default/global/choose-product.html.tmpl b/extensions/BMO/template/en/default/global/choose-product.html.tmpl index b83edce66..82a4febf4 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -128,6 +128,10 @@ name="Data Science" icon="data-science.png" %] + [% INCLUDE easyproduct + name="User Research" + icon="user-research.png" + %] [% INCLUDE easyproduct name="Thunderbird" icon="thunderbird.png" diff --git a/extensions/BMO/web/producticons/user-research.png b/extensions/BMO/web/producticons/user-research.png new file mode 100644 index 000000000..d071daa74 Binary files /dev/null and b/extensions/BMO/web/producticons/user-research.png differ