diff options
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 72d30fd7..0be1b84d 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> |