commit 045e34b829feef47426d65ae49c6a55247c9bc4d Author: Philipp Winter phw@nymity.ch Date: Tue Jan 28 09:46:23 2020 -0800
Remove isis as default trac owner and cc contact.
Isis hasn't been maintaining BridgeDB in quite a while. By omitting the owner and CC field, we're leaving it up to trac to pick its defaults. --- bridgedb/distributors/https/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb/distributors/https/templates/base.html b/bridgedb/distributors/https/templates/base.html index 9372505..fb54e81 100644 --- a/bridgedb/distributors/https/templates/base.html +++ b/bridgedb/distributors/https/templates/base.html @@ -88,7 +88,7 @@ ${next.body(strings, langs, rtl=rtl, lang=lang, langOverride=langOverride, **kwa <div class="footer footer-small"> <hr> <p> - <a href="https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywords=bridgedb-reportbug&cc=isis&owner=isis"> + <a href="https://trac.torproject.org/projects/tor/newticket?component=Circumvention/BridgeDB&keywords=bridgedb-reportbug"> <i class="icon icon-large icon-bug"><span id="footer-bugs"> ${_("Report a Bug")}</span></i></a> · <a href="https://gitweb.torproject.org/bridgedb.git">
tor-commits@lists.torproject.org