##// END OF EJS Templates
urls: use pyramid routing for support tracker link.
marcink -
r2320:5f5b793d default
parent child Browse files
Show More
@@ -200,7 +200,7 b''
200 200 ${_('''Custom url for the support link located at the bottom.
201 201 The default is set to %(default_url)s. In case there's a need
202 202 to change the support link to internal issue tracker, it should be done here.
203 ''') % {'default_url': h.url('rhodecode_support')}}
203 ''') % {'default_url': h.route_url('rhodecode_support')}}
204 204 </span>
205 205 </div>
206 206 </div>
General Comments 0
You need to be logged in to leave comments. Login now