mirror of
https://github.com/go-gitea/gitea
synced 2025-07-27 04:38:36 +00:00
Mirror fix and hide missing pages for 0.5 release
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
|
||||
</p>
|
||||
<ul id="repo-file-nav" class="clear menu menu-line">
|
||||
<li>
|
||||
<!-- <li>
|
||||
<a href="#">
|
||||
<button class="btn btn-green btn-small btn-radius" id="repo-compare-btn"><i class="octicon octicon-git-compare"></i></button>
|
||||
</a>
|
||||
</li>
|
||||
</li> -->
|
||||
<li id="repo-branch-switch" class="down drop">
|
||||
<a href="#">
|
||||
<button class="btn btn-gray btn-small btn-radius">
|
||||
@@ -22,24 +22,24 @@
|
||||
</button>
|
||||
</a>
|
||||
<div class="drop-down panel">
|
||||
<p class="panel-header text-bold">Branches & Tags</p>
|
||||
<input id="repo-branch-filter-ipt" class="ipt ipt-large" type="text" placeholder="find branches / tags"/>
|
||||
<p class="panel-header text-bold">Branches <!-- & Tags --></p>
|
||||
<!-- <input id="repo-branch-filter-ipt" class="ipt ipt-large" type="text" placeholder="find branches / tags"/> -->
|
||||
<div id="repo-branch-tag">
|
||||
<ul class="menu menu-line tab-nav clear" id="repo-branch-tab-nav">
|
||||
<li class="js-tab-nav js-tab-nav-show left" data-tab-target="#repo-branch-list"><a href="#">Branches</a></li>
|
||||
<li class="js-tab-nav left" data-tab-target="#repo-tag-list"><a href="#">Tags</a></li>
|
||||
<!-- <li class="js-tab-nav left" data-tab-target="#repo-tag-list"><a href="#">Tags</a></li> -->
|
||||
</ul>
|
||||
<ul class="menu menu-vertical switching-list" id="repo-branch-list">
|
||||
{{range .Branches}}
|
||||
<li {{if eq . $.BranchName}}class="checked"{{end}}><a href="{{$.RepoLink}}/src/{{.}}"><i class="octicon octicon-check"></i>{{.}}</a></li>
|
||||
{{end}}
|
||||
</ul>
|
||||
<ul class="menu menu-vertical switching-list" id="repo-tag-list">
|
||||
<!-- <ul class="menu menu-vertical switching-list" id="repo-tag-list">
|
||||
<li><a href="#"><i class="octicon octicon-check"></i>0.3.3</a></li>
|
||||
<li><a href="#"><i class="octicon octicon-check"></i>0.4.4</a></li>
|
||||
<li class="checked"><a href="#"><i class="octicon octicon-check"></i>0.1</a></li>
|
||||
<li><a href="#"><i class="octicon octicon-check"></i>0.1 beta</a></li>
|
||||
</ul>
|
||||
</ul> -->
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
@@ -55,7 +55,7 @@
|
||||
{{end}}
|
||||
{{end}}
|
||||
</li>
|
||||
<li id="repo-commits-jump" class="repo-jump right">
|
||||
<!-- <li id="repo-commits-jump" class="repo-jump right">
|
||||
<a href="#">
|
||||
<button class="btn btn-small btn-gray btn-right-radius"><i class="octicon octicon-git-commit"></i></button>
|
||||
</a>
|
||||
@@ -64,7 +64,7 @@
|
||||
<a href="#">
|
||||
<button class="btn btn-small btn-gray btn-left-radius"><i class="octicon octicon-list-unordered"></i></button>
|
||||
</a>
|
||||
</li>
|
||||
</li> -->
|
||||
</ul>
|
||||
{{if .IsFile}}
|
||||
{{template "repo/view_file" .}}
|
||||
|
Reference in New Issue
Block a user