Skip to content

Commit ee5541d

Browse files
authored
Merge pull request #11566 from cdrini/fix/counter-link
Move counter link higher up
2 parents d76dd03 + 55cd24e commit ee5541d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

openlibrary/templates/lib/nav_foot.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ <h2>$_("Help")</h2>
4444
<li><a href="/help/faq/editing" title="$_('Suggest Edits')">$_("Suggesting Edits")</a></li>
4545
<li><a href="/books/add" title="$_('Add a new book to Open Library')">$_("Add a Book")</a></li>
4646
<li><a href="https://github.com/internetarchive/openlibrary/releases" title="$_('Release Notes')">$_("Release Notes")</a></li>
47-
$# detect-missing-i18n-skip-line
48-
<li><a href="$changequery(dict(show_page_status=1))" style="color:transparent;position:absolute;pointer-events:none;" tabindex="-1">Page Status</a></li>
4947
</ul>
5048
<aside>
5149
<a class="footer-icon" title="$_('Twitter')" href="https://twitter.com/OpenLibrary"><img src="/static/images/tweet.svg" alt="" loading="lazy"></a>

openlibrary/templates/lib/nav_head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
alt="$_('Open Library logo')"/>
6060
</div>
6161
</a>
62+
$# detect-missing-i18n-skip-line
63+
<a
64+
href="$changequery(dict(show_page_status=1))"
65+
style="color:transparent;position:absolute;pointer-events:none;"
66+
tabindex="-1"
67+
aria-hidden="true"
68+
>Page Status</a>
6269
</div>
6370

6471
$ browseProps = {

0 commit comments

Comments
 (0)