From 40716c2b745a9796657539bf6f58a10ab4d0b63f Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Thu, 11 May 2017 22:05:14 -0500 Subject: [PATCH 1/9] New comment style. Gravatar not working as intended. --- public/css/style-night.css | 86 ++++++++++++++++++ public/css/style.css | 180 +++++++++++++++++++++++++++---------- templates/view.html | 147 +++++++++++++++++------------- 3 files changed, 303 insertions(+), 110 deletions(-) diff --git a/public/css/style-night.css b/public/css/style-night.css index 01e46b5a..817dd3a7 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -149,3 +149,89 @@ a:hover { background: #29363d; color: #cf9fff; } + +/* Wordbreak fix*/ + +.break { + word-break:break-all; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + + +/*Comments*/ + +.commentList::before, +.commentList::after { + content: ""; + display: table; + clear: both; +} + +.commentList ul { + list-style-type: none; + padding: 0; +} + +.commentList img { + opacity: 1; + filter: Alpha(opacity=100); + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; +} + +.commentList img.avatar { + position: relative; + float: left; + margin-left: 0; + margin-top: 0; + width: 65px; + height: 65px; +} + +.commentList .commentBody { + border: 1px solid #eee; + margin-bottom: 20px; + margin-left: 85px; + margin-right: 0px; + padding: 10px 20px; + position: relative; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; + background: #fff; + color: #6b6e80; + position: relative; +} + +.commentList .commentData { + font-size: 13px; + color: #aaaaaa; + padding-bottom: 8px; + margin-bottom: 10px !important; + border-bottom: 1px solid #eee; +} + +.commentList ul.comments ul{ + list-style-type: none; + padding: 0; + margin-left: 85px; +} + + +.commentList h3 { + margin-bottom: 40px; + font-size: 26px; + line-height: 30px; + font-weight: 800; +} + +.comment { + margin: 1em; + padding: 1em; +} diff --git a/public/css/style.css b/public/css/style.css index 4df26ba4..753cb47b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,18 +15,18 @@ color: white; } #mainmenu { - position: fixed; + position: fixed; width: 100%; z-index: 4; border: 0px solid white; } #mainmenu a { - background: none; - color: white; + background: none; + color: white; } #mainmenu .divider { - background: black; + background: black; } #container { @@ -54,7 +54,7 @@ body { } .torrentNav { - text-align: center; + text-align: center; } .pagination > .active > a { @@ -65,8 +65,8 @@ body { /* Links, Text */ a { - color: #106655; - text-decoration : none; + color: #106655; + text-decoration : none; } .download-btn { @@ -87,25 +87,25 @@ td { } .torrent-info .name { - font-weight: bold; - overflow: hidden; - padding-bottom: 3px; - padding-top: 3px; - word-wrap: break-word; + font-weight: bold; + overflow: hidden; + padding-bottom: 3px; + padding-top: 3px; + word-wrap: break-word; } .torrent-hash { - font-family: monospace; + font-family: monospace; } .torrent-info .filesize { - white-space: nowrap; + white-space: nowrap; } .comment-row td:first-of-type { - vertical-align: top; - text-align: left; - color:#bbb; + vertical-align: top; + text-align: left; + color:#bbb; } /* Table style & fixes */ @@ -115,25 +115,25 @@ td { } .table > tbody > tr > th, .table > tbody > tr > td { - padding: 4px; + padding: 4px; } .captcha-container { - display: grid; - grid-template-rows: auto; - grid-template-columns: 240px; + display: grid; + grid-template-rows: auto; + grid-template-columns: 240px; } tr.torrent-info td.date { - white-space: nowrap; + white-space: nowrap; } .custom-table-hover > tbody > tr:hover { - opacity: 0.82; + opacity: 0.82; } .comment-row { - border-top: 1px solid #ddd; + border-top: 1px solid #ddd; } div.container div.blockBody:nth-of-type(2) table{table-layout:fixed;} @@ -144,25 +144,25 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ /* Mobile-friendly main table */ @media only screen and (max-width: 700px) { - table, thead, tbody, tr { - display: block; - } + table, thead, tbody, tr { + display: block; + } - th { - display: none; - } + th { + display: none; + } - td { - display: inline-block; - } + td { + display: inline-block; + } - td:nth-of-type(1), td:nth-of-type(2) { - display: block; - } + td:nth-of-type(1), td:nth-of-type(2) { + display: block; + } - .table > tbody > tr > td { - border: none; - } + .table > tbody > tr > td { + border: none; + } } /* Credit to bootsnipp.com for the css for the color graph */ @@ -178,8 +178,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ } .center-image { - max-width: 100%; - max-height: 80vh; + max-width: 100%; + max-height: 80vh; } /* the curved edges triggered my autism */ @@ -192,11 +192,11 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ } #mainmenu button .search_text { - display: none; + display: none; } #mainmenu .navbar-form select.form-control { - width: 12rem; + width: 12rem; } .special-img { @@ -350,10 +350,10 @@ footer { /* Psuedo green-text fuckery. */ #comments blockquote { - color: #789922; + color: #789922; } #comments blockquote:before { - content: ">"; + content: ">"; } .completed { @@ -380,11 +380,97 @@ footer { } .comment-date { - font-size: smaller; - width: auto; /* Undo bootstrap's fixed width */ + font-size: smaller; + width: auto; /* Undo bootstrap's fixed width */ } .text-error { background: white; color: #cf9fff; } + +/* Wordbreak fix*/ + +.break { + word-break:break-all; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + + +/*Comments*/ + +.commentList::before, +.commentList::after { + content: ""; + display: table; + clear: both; +} + +.commentList ul { + list-style-type: none; + padding: 0; +} + +.commentList img { + opacity: 1; + filter: Alpha(opacity=100); + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; +} + +.commentList img.avatar { + position: relative; + float: left; + margin-left: 0; + margin-top: 0; + width: 65px; + height: 65px; +} + +.commentList .commentBody { + border: 1px solid #eee; + margin-bottom: 20px; + margin-left: 85px; + margin-right: 0px; + padding: 10px 20px; + position: relative; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -o-border-radius: 4px; + border-radius: 4px; + background: #fff; + color: #6b6e80; + position: relative; +} + +.commentList .commentData { + font-size: 13px; + color: #aaaaaa; + padding-bottom: 8px; + margin-bottom: 10px !important; + border-bottom: 1px solid #eee; +} + +.commentList ul.comments ul{ + list-style-type: none; + padding: 0; + margin-left: 85px; +} + + +.commentList h3 { + margin-bottom: 40px; + font-size: 26px; + line-height: 30px; + font-weight: 800; +} + +.comment { + margin: 1em; + padding: 1em; +} diff --git a/templates/view.html b/templates/view.html index b96da65c..7f9ffeee 100644 --- a/templates/view.html +++ b/templates/view.html @@ -5,43 +5,42 @@ {{with .Torrent}}
-
-
-

{{.Name}}

-
-
+
+
+

{{.Name}}

+
+
-
-
-
- -

Uploaded by {{.UploaderName}}

+
+
+
+ +

Uploaded by {{.UploaderName}}

+
+
+ + Download! + + {{if ne .TorrentLink ""}} + + Torrent file + + {{end}} + + Report! + + {{ if HasAdmin $.User}} + + {{end}} +
+
-
- - Download! - - {{if ne .TorrentLink ""}} - - Torrent file - - {{end}} - - Report! - - - {{ if HasAdmin $.User}} - - {{end}} -
-
-

{{T "description"}}

-
{{.Description}}
+
{{.Description}}
@@ -61,49 +60,71 @@
{{end}}
-
{{T "seeders"}}
-
{{T "leechers"}}
-
{{T "completed"}}
+
{{T "seeders"}}
+
{{T "leechers"}}
+
{{T "completed"}}
-
{{.Seeders}}
-
{{.Leechers}}
-
{{.Completed}}
-
-
-
-
-
-
+
{{.Seeders}}
+
{{.Leechers}}
+
{{.Completed}}
+
+
+
+
+
+

-

{{T "comments"}}

- {{ range $index, $element := .Comments }} -
-
- {{if eq .UserID -1}} - {{$index}} - {{.Username}} - {{else}} - {{$index}} - {{.Username}} +
+

{{T "comments"}}

+
+
    + {{ range $index, $element := .Comments }} +
  • + {{/* The following line is wrong. Should be using the MD5 User hash but i don't knwo how to access it. */}} + +
    +
    +
    +
    +
    +
    + {{if eq .UserID -1}} + #{{$index}} by {{.Username}} + {{else}} + #{{$index}} + by {{.Username}} + {{end}} +
    +
    + + + {{ .Date.Format ( Ts "date_format" ) }} + {{/* output: "2017-05-01 15:30" + Went with "Year-Month-Day" because it's the most unambiguous. + If you want it to be determined by where you're from, be my guest. */}} + + +
    +
    +
    +
    +
    +
    +
    + {{.Content}} +
    +
    +
    +
  • {{end}} -
-
- {{ .Date.Format ( Ts "date_format" ) }} - {{/* output: "2017-05-01 15:30" - Went with "Year-Month-Day" because it's the most unambiguous. - If you want it to be determined by where you're from, be my guest. */}} -
-
- {{.Content}} -
+
- {{end}}
From 77b1cfc550e3da41ab048fce699ab4c44dec6d34 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Navarro Date: Fri, 12 May 2017 17:37:37 -0500 Subject: [PATCH 2/9] Fixed comments style. Fixed Navbar offset. --- public/css/style-night.css | 85 +++----------------------------------- public/css/style.css | 11 +++++ public/js/main.js | 7 ++++ templates/view.html | 7 ++-- 4 files changed, 27 insertions(+), 83 deletions(-) diff --git a/public/css/style-night.css b/public/css/style-night.css index 817dd3a7..0c071edb 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -103,7 +103,7 @@ a:hover { } :target { - background-color: #585b4f; + background-color: #b294bb; } /* style the dropdown member menu */ @@ -150,88 +150,13 @@ a:hover { color: #cf9fff; } -/* Wordbreak fix*/ - -.break { - word-break:break-all; - -webkit-hyphens: auto; - -moz-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; -} - - /*Comments*/ -.commentList::before, -.commentList::after { - content: ""; - display: table; - clear: both; -} - -.commentList ul { - list-style-type: none; - padding: 0; -} - -.commentList img { - opacity: 1; - filter: Alpha(opacity=100); - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; -} - -.commentList img.avatar { - position: relative; - float: left; - margin-left: 0; - margin-top: 0; - width: 65px; - height: 65px; +.commentList .commentData { + color: #fff; } .commentList .commentBody { - border: 1px solid #eee; - margin-bottom: 20px; - margin-left: 85px; - margin-right: 0px; - padding: 10px 20px; - position: relative; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -o-border-radius: 4px; - border-radius: 4px; - background: #fff; - color: #6b6e80; - position: relative; -} - -.commentList .commentData { - font-size: 13px; - color: #aaaaaa; - padding-bottom: 8px; - margin-bottom: 10px !important; - border-bottom: 1px solid #eee; -} - -.commentList ul.comments ul{ - list-style-type: none; - padding: 0; - margin-left: 85px; -} - - -.commentList h3 { - margin-bottom: 40px; - font-size: 26px; - line-height: 30px; - font-weight: 800; -} - -.comment { - margin: 1em; - padding: 1em; + background: #29363d; + color: #fff; } diff --git a/public/css/style.css b/public/css/style.css index 9a96e38d..805fa8e8 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -458,6 +458,7 @@ footer { padding-bottom: 8px; margin-bottom: 10px !important; border-bottom: 1px solid #eee; + height: 2.5em; } .commentList ul.comments ul{ @@ -477,4 +478,14 @@ footer { .comment { margin: 1em; padding: 1em; + width: 75%; + margin-left: 12%; +} + +@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { + + .comment { + width: 100%; + margin-left: 0; + } } diff --git a/public/js/main.js b/public/js/main.js index 5d985acf..e870a3f2 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -47,3 +47,10 @@ for(var i in list) { var date = new Date(e.innerText); e.innerText = date.toDateString() + " " + date.toLocaleTimeString(); } + +/*Fixed-Navbar offset fix*/ +window.onload = function() { + var shiftWindow = function() { scrollBy(0, -70) }; +if (location.hash) shiftWindow(); +window.addEventListener("hashchange", shiftWindow); +}; diff --git a/templates/view.html b/templates/view.html index dd7cf010..ca607bf3 100644 --- a/templates/view.html +++ b/templates/view.html @@ -85,15 +85,16 @@
    {{ range $index, $element := .Comments }} -
  • +
  • {{/* The following line is wrong. Should be using the MD5 User hash but i don't knwo how to access it. */}} + {{/* Changing Gravatar for something else, so it can stay like this. */}}
    -
    +
    {{if eq .UserID -1}} #{{$index}} by {{.Username}} {{else}} @@ -101,7 +102,7 @@ by {{.Username}} {{end}}
    -
    +
    {{ .Date.Format ( Ts "date_format" ) }} From fe79c4a7ac3df2f105cd96644d81ca84ed5ea0dc Mon Sep 17 00:00:00 2001 From: Juan Ignacio Navarro Date: Fri, 12 May 2017 17:40:38 -0500 Subject: [PATCH 3/9] Fixed Hash overflow --- templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/view.html b/templates/view.html index ca607bf3..9ab133d4 100644 --- a/templates/view.html +++ b/templates/view.html @@ -46,7 +46,7 @@

    {{T "hash"}}

    -

    {{.Hash}}

    +

    {{.Hash}}


    {{T "date"}}

    {{.Date}}

    From 78f7e5a8558774dc0d923e443305a7248a38a059 Mon Sep 17 00:00:00 2001 From: Nutjob Date: Sat, 13 May 2017 11:05:46 +0200 Subject: [PATCH 4/9] Updated Italian Translation --- translations/it-it.all.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/translations/it-it.all.json b/translations/it-it.all.json index d1ea151f..48d9e40c 100644 --- a/translations/it-it.all.json +++ b/translations/it-it.all.json @@ -225,7 +225,7 @@ }, { "id": "notice_keep_seeding", - "translation": "ATTENZIONE: CONTINUA A SEEDARE I TORRENT E ABILITA IL DHT RITARDATO" + "translation": "ATTENZIONE: CONTINUA A SEEDARE I TORRENT E ABILITA IL DHT IDIOTA" }, { "id": "official_nyaapocalipse_faq", @@ -273,7 +273,7 @@ }, { "id": "answer_is_sukebei_db_lost", - "translation": "Sukebei può essere effettivamente in condizioni peggiori. Attualmente abbiamo i database di sukebei solo fino al 2016, ma un nuovo database potrebbe diventare disponible." + "translation": "Anche Sukebei è salvo, quasi niente è andato perso." }, { "id": "how_are_we_recovering", @@ -317,7 +317,7 @@ }, { "id": "answer_how_can_i_help", - "translation": "Se hai esperienza nel web design, vieni sul canale IRC #nyaapantsu su irc.rizon.net. Se hai dei database aggiornati, specialmente per sukebei, CARICALI!." + "translation": "Se hai esperienza nel web design, vieni sul canale IRC #nyaapantsu su irc.rizon.net. Se hai dei database aggiornati, specialmente per sukebei,per favore caricali." }, { "id": "your_design_sucks_found_a_bug", @@ -351,6 +351,10 @@ "id": "all_categories", "translation": "Tutte le categorie" }, + { + "id": "select_a_torrent_category", + "translation": "Seleziona una Categoria del Torrent" + }, { "id": "anime", "translation": "Anime" @@ -513,7 +517,7 @@ }, { "id": "language", - "translation": "Linguaggio" + "translation": "Lingua" }, { "id": "current_password", @@ -614,6 +618,10 @@ { "id": "completed", "translation": "Completato" + }, + { + "id": "change_language", + "translation": "Cambia Linguaggio" }, { "id": "language_name", From a1332dd51b804b80efc1cc8470ca3e34751569e2 Mon Sep 17 00:00:00 2001 From: Nutjob Date: Sat, 13 May 2017 11:07:12 +0200 Subject: [PATCH 5/9] Fixed a Typo --- translations/it-it.all.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/it-it.all.json b/translations/it-it.all.json index 48d9e40c..e0792ca0 100644 --- a/translations/it-it.all.json +++ b/translations/it-it.all.json @@ -353,7 +353,7 @@ }, { "id": "select_a_torrent_category", - "translation": "Seleziona una Categoria del Torrent" + "translation": "Seleziona una Categoria Torrent" }, { "id": "anime", From 62d37f71e8f100c16ccbff8a86fef0d3467b9016 Mon Sep 17 00:00:00 2001 From: Nutjob Date: Sat, 13 May 2017 11:08:11 +0200 Subject: [PATCH 6/9] Another Typo fixed --- translations/it-it.all.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/it-it.all.json b/translations/it-it.all.json index e0792ca0..4a904445 100644 --- a/translations/it-it.all.json +++ b/translations/it-it.all.json @@ -621,7 +621,7 @@ }, { "id": "change_language", - "translation": "Cambia Linguaggio" + "translation": "Cambia Lingua" }, { "id": "language_name", From e07b0ed1a973da25f606adcdb0c50414e52b9e16 Mon Sep 17 00:00:00 2001 From: Myrmece Date: Sat, 13 May 2017 11:14:48 +0200 Subject: [PATCH 7/9] Updated translation. --- translations/fr-fr.all.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/translations/fr-fr.all.json b/translations/fr-fr.all.json index 59e631f0..e0558a80 100644 --- a/translations/fr-fr.all.json +++ b/translations/fr-fr.all.json @@ -351,6 +351,10 @@ "id": "all_categories", "translation": "Toutes les catégories" }, + { + "id": "select_a_torrent_category", + "translation": "Choisir une catégorie de torrents" + }, { "id": "anime", "translation": "Anime" @@ -511,10 +515,6 @@ "id": "personal_info", "translation": "Informations personnelles" }, - { - "id": "email", - "translation": "Adresse email" - }, { "id": "language", "translation": "Langue" @@ -617,7 +617,11 @@ }, { "id": "completed", - "translation": "Terminé" + "translation": "Complété" + }, + { + "id": "change_language", + "translation": "Changer la langue" }, { "id": "language_name", From ec80ada9582567d415acc6737678335c7fc8c39d Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Sun, 14 May 2017 22:30:09 +1000 Subject: [PATCH 8/9] Fix table sorting --- router/templateFunctions.go | 71 +++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/router/templateFunctions.go b/router/templateFunctions.go index 5789d194..ab3a5f0e 100644 --- a/router/templateFunctions.go +++ b/router/templateFunctions.go @@ -41,55 +41,56 @@ var FuncMap = template.FuncMap{ order := false if _, ok := values["order"]; ok { order, _ = strconv.ParseBool(values["order"][0]) - if values["sort"][0]==sortBy { - order=!order //Flip order by repeat-clicking + if values["sort"][0] == sortBy { + order = !order //Flip order by repeat-clicking } else { - order=false //Default to descending when sorting by something new + order = false //Default to descending when sorting by something new } } + currentUrl.Path = "/search" values.Set("sort", sortBy) values.Set("order", strconv.FormatBool(order)) - currentUrl.RawQuery=values.Encode() - + currentUrl.RawQuery = values.Encode() + return template.URL(currentUrl.String()) }, "genNav": func(nav Navigation, currentUrl *url.URL, pagesSelectable int) template.HTML { var ret = "" - if (nav.TotalItem > 0) { - maxPages := math.Ceil(float64(nav.TotalItem) / float64(nav.MaxItemPerPage)) + if nav.TotalItem > 0 { + maxPages := math.Ceil(float64(nav.TotalItem) / float64(nav.MaxItemPerPage)) - if nav.CurrentPage-1 > 0 { - url, _ := Router.Get(nav.Route).URL("page", "1") - ret = ret + "
  • «
  • " - } - startValue := 1 - if nav.CurrentPage > pagesSelectable/2 { - startValue = (int(math.Min((float64(nav.CurrentPage)+math.Floor(float64(pagesSelectable)/2)), maxPages)) - pagesSelectable + 1) - } - endValue := (startValue + pagesSelectable - 1) - if endValue > int(maxPages) { - endValue = int(maxPages) - } - log.Println(nav.TotalItem) - for i := startValue; i <= endValue; i++ { - pageNum := strconv.Itoa(i) - url, _ := Router.Get(nav.Route).URL("page", pageNum) - ret = ret + " 0 { + url, _ := Router.Get(nav.Route).URL("page", "1") + ret = ret + "
  • «
  • " } + startValue := 1 + if nav.CurrentPage > pagesSelectable/2 { + startValue = (int(math.Min((float64(nav.CurrentPage)+math.Floor(float64(pagesSelectable)/2)), maxPages)) - pagesSelectable + 1) + } + endValue := (startValue + pagesSelectable - 1) + if endValue > int(maxPages) { + endValue = int(maxPages) + } + log.Println(nav.TotalItem) + for i := startValue; i <= endValue; i++ { + pageNum := strconv.Itoa(i) + url, _ := Router.Get(nav.Route).URL("page", pageNum) + ret = ret + "" + strconv.Itoa(i) + "" - } - if nav.CurrentPage < int(maxPages) { - url, _ := Router.Get(nav.Route).URL("page", strconv.Itoa(nav.CurrentPage+1)) - ret = ret + "
  • »
  • " - } + ret = ret + ">" + strconv.Itoa(i) + "" + } + if nav.CurrentPage < int(maxPages) { + url, _ := Router.Get(nav.Route).URL("page", strconv.Itoa(nav.CurrentPage+1)) + ret = ret + "
  • »
  • " + } } return template.HTML(ret) }, - "T": i18n.IdentityTfunc, + "T": i18n.IdentityTfunc, "Ts": i18n.IdentityTfunc, "getAvatar": func(hash string, size int) string { return "https://www.gravatar.com/avatar/" + hash + "?s=" + strconv.Itoa(size) @@ -104,9 +105,9 @@ var FuncMap = template.FuncMap{ return template.HTML(str) }, "calcWidthSeed": func(seed uint32, leech uint32) float64 { - return float64(float64(seed)/(float64(seed)+float64(leech)))*100 + return float64(float64(seed)/(float64(seed)+float64(leech))) * 100 }, "calcWidthLeech": func(seed uint32, leech uint32) float64 { - return float64(float64(leech)/(float64(seed)+float64(leech)))*100 + return float64(float64(leech)/(float64(seed)+float64(leech))) * 100 }, } From 645c91659b2f7fb4199601dd5917f12c3d2096a0 Mon Sep 17 00:00:00 2001 From: lc-guy Date: Sun, 14 May 2017 14:18:51 +0100 Subject: [PATCH 9/9] Fix searching for seeders/leechers/downloads --- templates/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/home.html b/templates/home.html index 037f3af0..4720bb62 100644 --- a/templates/home.html +++ b/templates/home.html @@ -17,9 +17,9 @@ {{T "name"}} - {{T "S"}} / - {{T "L"}} / - {{T "D"}} + {{T "S"}} / + {{T "L"}} / + {{T "D"}} {{T "date"}} {{T "size"}}