Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix indentation

Cette révision appartient à :
ElegantMonkey 2017-05-08 15:02:13 -03:00
Parent 3da6612723
révision 70da22c93e
3 fichiers modifiés avec 12 ajouts et 12 suppressions

Voir le fichier

@ -121,11 +121,11 @@
}, },
{ {
"id":"see_more_torrents_from", "id":"see_more_torrents_from",
"translation": "See more torrents from %s " "translation": "See more torrents from %s "
}, },
{ {
"id":"category", "id":"category",
"translation": "Category" "translation": "Category"
}, },
{ {
"id": "name", "id": "name",

Voir le fichier

@ -11,11 +11,11 @@
<div class="table-responsive"> <div class="table-responsive">
<table class="table custom-table-hover"> <table class="table custom-table-hover">
<tr> <tr>
<th>{{T "category"}}</th> <th>{{T "category"}}</th>
<th>{{T "name"}}</th> <th>{{T "name"}}</th>
<th>{{T "date"}}</th> <th>{{T "date"}}</th>
<th>{{T "size"}}</th> <th>{{T "size"}}</th>
<th>{{T "links"}}</th> <th>{{T "links"}}</th>
</tr> </tr>
{{ range .ListTorrents}} {{ range .ListTorrents}}
<tr class="torrent-info <tr class="torrent-info

Voir le fichier

@ -33,7 +33,7 @@
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">{{ T "toggle_navigation" }}</span> <span class="sr-only">{{ T "toggle_navigation" }}</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
@ -42,10 +42,10 @@
</div> </div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li><a href="{{.URL.Parse "/upload"}}">{{T "upload"}}</a/></li> <li><a href="{{.URL.Parse "/upload"}}">{{T "upload"}}</a/></li>
<li><a href="{{.URL.Parse "/faq"}}">{{T "faq"}}</a></li> <li><a href="{{.URL.Parse "/faq"}}">{{T "faq"}}</a></li>
<li><a href="{{ genRouteWithQuery "feed" .URL }}">RSS</a></li> <li><a href="{{ genRouteWithQuery "feed" .URL }}">RSS</a></li>
<li><a href="https://sukebei.pantsu.cat">{{T "fap"}}</a></li> <li><a href="https://sukebei.pantsu.cat">{{T "fap"}}</a></li>
<li><a href="irc://irc.rizon.net/nyaapantsu">IRC</a></li> <li><a href="irc://irc.rizon.net/nyaapantsu">IRC</a></li>
</ul> </ul>