diff options
author | Unknwon <u@gogs.io> | 2015-08-10 14:42:50 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-10 14:42:50 +0800 |
commit | 17de3ab0a313819bdeb73f3985b61a791ae84696 (patch) | |
tree | 55b8faa356fe7c79e6910d0b7cfe1fae606bb503 /templates/repo/home.tmpl | |
parent | 48f12d4eaddf08282086199d94a306b47483521f (diff) | |
download | gitea-17de3ab0a313819bdeb73f3985b61a791ae84696.tar.gz gitea-17de3ab0a313819bdeb73f3985b61a791ae84696.zip |
add migrate from issue.label_ids to issue_label
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r-- | templates/repo/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 0be1b84de7..72d30fd72e 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -11,11 +11,11 @@ <ul id="repo-file-nav" class="clear menu menu-line"> {{if and .IsRepositoryAdmin .Repository.BaseRepo}} {{ $baseRepo := .Repository.BaseRepo}} - <li> + <!-- <li> <a href="{{AppSubUrl}}/{{$baseRepo.Owner.Name}}/{{$baseRepo.Name}}/compare/{{$.BaseDefaultBranch}}...{{$.Owner.Name}}:{{$.BranchName}}"> <button class="btn btn-green btn-small btn-radius" id="repo-compare-btn"><i class="octicon octicon-git-compare"></i></button> </a> - </li> + </li> --> {{end}} <li id="repo-branch-switch" class="down drop"> <a> |