Skip to content

Commit

Permalink
Update nav_head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mekarpeles committed Jul 18, 2022
1 parent cd8c90e commit bf73fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openlibrary/templates/lib/nav_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
$ loginLinks = [
$ { "href": ctx.user.key, "text": _("My Profile"), "track": "MainNav|MyProfile" },
$ { "href": homepath() + "/account/loans", "text": _("My Loans"), "track": "MainNav|MyLoans" },
$ { "href": "/account/books", "text": _("My Lists"), "track": "MainNav|MyBooks" },
$ { "href": "/account/books", "text": _("My Reading Log"), "track": "MainNav|MyReadingLog" },
$ { "href": "/account/lists", "text": _("My Lists"), "track": "MainNav|MyLists" },
$ { "href": "/account/books/already-read/stats", "text": _("My Reading Stats"), "track": "MainNav|MyReadingStats" },
$ { "href": homepath() + "/account", "text": _("Settings"), "track": "MainNav|MySettings" },
$ { "post": "/account/logout", "text": _("Log out"), "track": "MainNav|Logout" },
Expand Down

0 comments on commit bf73fec

Please sign in to comment.