diff --git a/webcompat/templates/topbar.html b/webcompat/templates/topbar.html index 1fed5cd66..0c926aa21 100644 --- a/webcompat/templates/topbar.html +++ b/webcompat/templates/topbar.html @@ -4,7 +4,14 @@
+ {%- if request.url_rule.endpoint == 'create_issue' %} + + + Home + + {%- else %} {% include "addon-links.html" %} + {%- endif %}