From e0da573a44248a06c5a58fa6373832ba40cd1392 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 26 Sep 2017 11:58:40 +0200 Subject: [PATCH] Added link to issues if there is a mistake in table --- controllers/total/templates/totalTable.pug | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/controllers/total/templates/totalTable.pug b/controllers/total/templates/totalTable.pug index 608558a..1d46275 100644 --- a/controllers/total/templates/totalTable.pug +++ b/controllers/total/templates/totalTable.pug @@ -21,3 +21,8 @@ table.table.table-bordered.table-striped.table-hover strong #{total.time} td strong #{total.tdEquivalent} + +p. + If you think there is a mistake in this table, feel free to + open an issue + exaplaining what are the problem so we can fix it. Thanks!