Skip to content

Commit 5a54fc7

Browse files
authored
Changed header to "Issues".
1 parent 9d09488 commit 5a54fc7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

trac-env/templates/site.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
<li><a href="https://docs.djangoproject.com/">Documentation</a></li>
3737
<li><a href="https://www.djangoproject.com/weblog/">News</a></li>
3838
<li><a href="https://www.djangoproject.com/community/">Community</a></li>
39-
<li class="active"><a href="/">Code</a></li>
39+
<li>
40+
<a href="https://github.com/django/django" target="_blank" rel="noopener">Code</a>
41+
</li>
42+
<li class="active"><a href="/">Issues</a></li>
4043
<li><a href="https://www.djangoproject.com/foundation/">About</a></li>
4144
<li><a href="https://www.djangoproject.com/fundraising/">&#9829; Donate</a></li>
4245
</ul>
@@ -46,7 +49,7 @@
4649

4750
<div class="copy-banner">
4851
<div class="container">
49-
<h1>Code</h1>
52+
<h1>Issues</h1>
5053
</div>
5154
</div>
5255

0 commit comments

Comments
 (0)