Commit 8bc5d24254c35aee99ae2c3f929bf3614c23d5b5
1 parent
3462e10a
Exists in
master
and in
39 other branches
Prefixing trac links on menu
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
src/templates/base.html
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | 63 | ||
64 | {% if proxy.trac %} | 64 | {% if proxy.trac %} |
65 | <li> | 65 | <li> |
66 | - <a href="/timeline">{% trans "Timeline" %}</a></li> | 66 | + <a href="/trac/timeline">{% trans "Timeline" %}</a></li> |
67 | </li> | 67 | </li> |
68 | {% endif %} | 68 | {% endif %} |
69 | 69 | ||
@@ -78,16 +78,16 @@ | @@ -78,16 +78,16 @@ | ||
78 | <li class="dropdown"> | 78 | <li class="dropdown"> |
79 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">{% trans "Contribute" %} <b class="caret"></b></a> | 79 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">{% trans "Contribute" %} <b class="caret"></b></a> |
80 | <ul class="dropdown-menu"> | 80 | <ul class="dropdown-menu"> |
81 | - <li><a href="/wiki">Wiki</a></li> | 81 | + <li><a href="/trac/wiki">Wiki</a></li> |
82 | {% if user.is_active %} | 82 | {% if user.is_active %} |
83 | - <li><a href="/wiki/WikiNewPage">{% trans "New Wiki Page" %}</a></li> | 83 | + <li><a href="/trac/wiki/WikiNewPage">{% trans "New Wiki Page" %}</a></li> |
84 | {% endif %} | 84 | {% endif %} |
85 | - <li><a href="/report">{% trans "View Tickets" %}</a></li> | 85 | + <li><a href="/trac/report">{% trans "View Tickets" %}</a></li> |
86 | {% if user.is_active %} | 86 | {% if user.is_active %} |
87 | - <li><a href="/newticket">{% trans "New Ticket" %}</a></li> | 87 | + <li><a href="/trac/newticket">{% trans "New Ticket" %}</a></li> |
88 | {% endif %} | 88 | {% endif %} |
89 | - <li><a href="/roadmap">{% trans "Roadmap" %}</a></li> | ||
90 | - <li><a href="/browser">{% trans "Browse Source" %}</a></li> | 89 | + <li><a href="/trac/roadmap">{% trans "Roadmap" %}</a></li> |
90 | + <li><a href="/trac/browser">{% trans "Browse Source" %}</a></li> | ||
91 | <!-- TODO: Must be optional like trac and separated --> | 91 | <!-- TODO: Must be optional like trac and separated --> |
92 | <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> | 92 | <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> |
93 | </ul> | 93 | </ul> |