From e9eb30dd9f0837980bbb55285495b9ed22ed7df6 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Fri, 5 May 2017 22:52:41 +1000 Subject: [PATCH 1/3] attempt to fix table --- templates/home.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 356da028..ac802216 100644 --- a/templates/home.html +++ b/templates/home.html @@ -6,7 +6,9 @@ {{ genNav .Navigation .URL 10 }} - + +
+
@@ -45,4 +47,5 @@ {{end}}
Id Name
+ {{end}} From fef1a385cbfd63e650db1a6fb7a18826d804b470 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Fri, 5 May 2017 22:54:50 +1000 Subject: [PATCH 2/3] Remove hashes, rename id column to category --- templates/home.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/home.html b/templates/home.html index ac802216..d7a67e14 100644 --- a/templates/home.html +++ b/templates/home.html @@ -10,11 +10,10 @@
- + - - - + + {{ range .ListTorrents}} @@ -32,7 +31,6 @@ {{.Name}} -
IdCategory NameHashDateSizeDateSize Links
{{.Hash}} {{.Date}} {{.Filesize}} From 1fbe264e5c9f8baa75ed4f493625c5eaf41c6f72 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Fri, 5 May 2017 23:01:22 +1000 Subject: [PATCH 3/3] Remove table-striped --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index d7a67e14..ae84b500 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,7 +8,7 @@
- +
Category Name