diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-20 19:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 19:50:12 +0100 |
commit | 7754ea1c7cab26b5b40e7653f1d6cbe7d246c975 (patch) | |
tree | ed39b1672e477e22ca5f5a3c8afd075e29c25750 /extensions/BMO | |
parent | d87c64e5805adb4bae54b10d517c10463a9251fc (diff) | |
download | bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.gz bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.xz |
Bug 1361890 - Remove asset concatenation
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl index 6c7d58816..54a2f0e49 100644 --- a/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/header-external-links.html.tmpl @@ -9,7 +9,7 @@ <div id="header-external-links" class="dropdown first"> <button type="button" id="header-external-menu-button" class="dropdown-button minor" title="Mozilla" aria-label="Mozilla" aria-expanded="false" aria-haspopup="true" aria-controls="header-external-menu"> - <img src="extensions/BMO/web/images/moz-fav-bw-rgb.svg" width="32" height="32" alt=""> + <img src="[% 'extensions/BMO/web/images/moz-fav-bw-rgb.svg' FILTER version %]" width="32" height="32" alt=""> </button> <ul class="dropdown-content right" id="header-external-menu" role="menu" style="display:none;"> <li role="presentation"> |