Skip to content

Commit 896a73c

Browse files
authored
Merge pull request #36 from remotemobprogramming/link-to-index
added links to index to the headlines and added headline with link to room page
2 parents d9bcf84 + 4a4e295 commit 896a73c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

src/main/resources/templates/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<div class="text-center p-3 py-md-5">
1818
<div>
19-
<h1>Mob Timer</h1>
19+
<a class="text-decoration-none" href="/"><h1>Mob Timer</h1></a>
2020

2121
<p>
2222
A team timer for <a href="https://mob.sh">mob.sh</a>.

src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<main class="text-center">
1818
<div>
1919
<div>
20-
<h1>Mob Timer</h1>
20+
<a class="text-decoration-none" href="/"><h1>Mob Timer</h1></a>
2121

2222
<p>
2323
A team timer for <a href="https://mob.sh">mob.sh</a>.

src/main/resources/templates/room.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757

5858
<div class="col-lg-8 mx-auto p-3 py-md-5">
5959

60-
<div class="text-center mb-3">
60+
<div class="text-center">
61+
<a class="text-decoration-none mb-3" href="/"><h1>Mob Timer</h1></a>
6162
<a href="/myroom" th:href="|/${room.name}|" class="text-body text-decoration-none">#[[${room.name}]]</a>
6263

6364
<div class="display-1">

src/main/resources/templates/stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<div class="text-center p-3 py-md-5">
1818
<div>
19-
<h1>Mob Timer</h1>
19+
<a class="text-decoration-none" href="/"><h1>Mob Timer</h1></a>
2020

2121
<p>
2222
A team timer for <a href="https://mob.sh">mob.sh</a>.

0 commit comments

Comments
 (0)