From: Kohei Yoshino Date: Tue, 23 Oct 2018 22:27:14 +0000 (-0400) Subject: Bug 1499905 - Update BMO enter bug workflow to include Data Science (#857) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b20e802bc0a02a87b44bf8fbf2f8baf479a3cf6;p=thirdparty%2Fbugzilla.git Bug 1499905 - Update BMO enter bug workflow to include Data Science (#857) --- 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 78364c88d..b83edce66 100644 --- a/extensions/BMO/template/en/default/global/choose-product.html.tmpl +++ b/extensions/BMO/template/en/default/global/choose-product.html.tmpl @@ -124,6 +124,10 @@ name="Data Platform and Tools" icon="telemetry.png" %] + [% INCLUDE easyproduct + name="Data Science" + icon="data-science.png" + %] [% INCLUDE easyproduct name="Thunderbird" icon="thunderbird.png" diff --git a/extensions/BMO/web/producticons/data-science.png b/extensions/BMO/web/producticons/data-science.png new file mode 100644 index 000000000..e5b2b9107 Binary files /dev/null and b/extensions/BMO/web/producticons/data-science.png differ