summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-28 12:32:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-28 12:34:12 (GMT)
commite146fd8a5ab4ecd84e806a119581d8a52110ae1c (patch)
tree32a7acbe607efbaa815476c07315c667033af31e /www/index.html
parentbc383a8390dc927611118c9c542289f1440f2348 (diff)
make the week badge in the clock a link to the week overview tool
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index a89684f..288765e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -212,7 +212,7 @@
</div>
<div class="col-md-2">
<div id="clock">
- <span class="current-week"></span>
+ <a href="https://rdimport.helsinki.at/weeks.html" target="_blank"><span class="current-week"></span></a>
<span class="clock-date"></span>
<span class="clock-time"></span>
</div>