Skip to content

Commit

Permalink
Revert "show best-upvoterate in header (#148)"
Browse files Browse the repository at this point in the history
This reverts commit caaecfb.
  • Loading branch information
fdietze committed Aug 13, 2024
1 parent caaecfb commit 24d4a96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/header.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<a class="nav-link {{if .IsAskPage}}active{{end}}" href="/ask">ask</a> |
<a class="nav-link {{if .IsShowPage}}active{{end}}" href="/show">show</a> |
<a class="nav-link {{if .IsBestPage}}active{{end}}" href="/best">best</a> |
<a class="nav-link {{if .IsBestUpvoteRatePage}}active{{end}}" href="/best-upvoterate">best upvoterate</a> |
<a class="nav-link {{if .IsRawPage}}active{{end}}" href="/raw">raw</a> |
{{ if .UserID.Valid }} <a class="nav-link {{if .IsScorePage}}active{{end}}" href="/score">score</a> | {{ end }}
<a class="nav-link {{if .IsAboutPage}}active{{end}}" href="/about">about</a>
Expand All @@ -21,4 +20,4 @@
</a>
</div>

</div>
</div>

0 comments on commit 24d4a96

Please sign in to comment.