Skip to content

Commit 134b651

Browse files
Apply suggestions from code review
Co-authored-by: Maciej Olko <[email protected]>
1 parent d24a598 commit 134b651

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

metadata.html.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</head>
88
<body>
99
<h1>Python Docs Translation Dashboard</h1>
10-
<div class="switchpages">
11-
<nav><p><a href="index.html" target="_self">main</a> | meta</p></nav>
12-
</div>
10+
<nav class="switchpages">
11+
<a href="index.html" target="_self">main</a> | meta
12+
</nav>
1313
<table>
1414
<thead>
1515
<tr>

template.html.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</head>
99
<body>
1010
<h1>Python Docs Translation Dashboard</h1>
11-
<div class="switchpages">
12-
<nav><p>main | <a href="metadata.html" target="_self">meta</a></p></nav>
13-
</div>
11+
<nav class="switchpages">
12+
main | <a href="metadata.html" target="_self">meta</a>
13+
</nav>
1414
<table>
1515
<thead>
1616
<tr>

0 commit comments

Comments
 (0)