Skip to content

Commit

Permalink
Merge pull request #1 from pachicodes/2987/2
Browse files Browse the repository at this point in the history
2987/2
  • Loading branch information
pachicodes authored Oct 21, 2019
2 parents e568b0c + ddd8522 commit 8509bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webcompat/templates/contributors/sub-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</li>

<li class="nested-sub-nav-item {% if request.url_rule.endpoint == 'contributors_bug_reproduce' %} sub-nav-active{% endif %}">
<a class="link-text" href="/contributors/triage-bug">
<a class="link-text" href="/contributors/reproduce-bug">
Triage a Bug
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion webcompat/templates/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a class="footer-item-link" href="/contributors/report-bug">Report a Bug</a>
</li>
<li class="footer-sub-item {% if request.url_rule.endpoint == 'contributors_bug_reproduce' %}active{% endif %}">
<a class="footer-item-link" href="/contributors/triage-bug">Triage a bug</a>
<a class="footer-item-link" href="/contributors/reproduce-bug">Triage a bug</a>
</li>
<li class="footer-sub-item {% if request.url_rule.endpoint == 'contributors_bug_diagnosis' %}active{% endif %}">
<a class="footer-item-link" href="/contributors/diagnose-bug">Diagnose a Bug</a>
Expand Down

0 comments on commit 8509bd9

Please sign in to comment.