Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update admin_index.html

Cette révision appartient à :
MMP0 2017-06-06 23:47:49 +09:00 révisé par GitHub
Parent 964cff7df6
révision 05b461b810

Voir le fichier

@ -43,11 +43,11 @@
<a href="{{ genRoute "mod_index" }}"><img class="hide-md" src="/img/{{if Sukebei}}sukebei_logo.png{{else}}logo.png{{end}}" alt="NyaaPantsu"><img class="visible-md" src="/img/logo_s.png"/></a>
</div>
<div class="h-nav">
<a href="{{.URL.Parse "/"}}" class="nav-btn">{{call $.T "Nyaa Pantsu"}}</a>
<a href="{{ genRoute "mod_tlist"}}" class="nav-btn">{{call $.T "Torrents"}}</a>
<a href="{{ genRoute "mod_ulist"}}" class="nav-btn">{{call $.T "Users"}}</a>
<a href="{{ genRoute "mod_clist"}}" class="nav-btn">{{call $.T "Comments"}}</a>
<a href="{{ genRoute "mod_trlist"}}" class="nav-btn">{{call $.T "Torrent Reports"}}</a>
<a href="{{.URL.Parse "/"}}" class="nav-btn">{{call $.T "nyaa_pantsu"}}</a>
<a href="{{ genRoute "mod_tlist"}}" class="nav-btn">{{call $.T "torrents"}}</a>
<a href="{{ genRoute "mod_ulist"}}" class="nav-btn">{{call $.T "users"}}</a>
<a href="{{ genRoute "mod_clist"}}" class="nav-btn">{{call $.T "comments"}}</a>
<a href="{{ genRoute "mod_trlist"}}" class="nav-btn">{{call $.T "torrent_reports"}}</a>
<a href="{{ genRoute "mod_treassign" }}" class="nav-btn">Torrent Reassign</a>
</div>
</div>
@ -95,4 +95,4 @@
<script type="text/javascript" charset="utf-8" src="{{.URL.Parse "/js/main.js"}}?v={{ .Config.Version }}" async></script>
{{ block "footer_js" .}}{{end}}
</body>
</html>
</html>