]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1528334 - Adding image to main bugzilla screen for User Research
authordklawren <dklawren@users.noreply.github.com>
Sat, 16 Feb 2019 16:07:22 +0000 (11:07 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Feb 2019 16:07:22 +0000 (11:07 -0500)
extensions/BMO/template/en/default/global/choose-product.html.tmpl
extensions/BMO/web/producticons/user-research.png [new file with mode: 0644]

index b83edce66d3b1aa7c19bbdb5609a1c85978b4756..82a4febf4e55d9048ac0a6ac119d95c54d972a59 100644 (file)
       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 (file)
index 0000000..d071daa
Binary files /dev/null and b/extensions/BMO/web/producticons/user-research.png differ