mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
395 B
8 lines
395 B
10 years ago
|
<div id="setting-menu" class="grid-1-5 panel panel-radius left">
|
||
|
<p class="panel-header"><strong>{{.i18n.Tr "explore"}}</strong></p>
|
||
|
<div class="panel-body">
|
||
|
<ul class="menu menu-vertical switching-list grid-1-5 left">
|
||
|
<li {{if .PageIsExploreRepositories}}class="current"{{end}}><a href="/explore">{{.i18n.Tr "explore.repos"}}</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|