Browse Source

fix issue

tags/v1.22.11.3^2
zhoupzh 3 years ago
parent
commit
0c78e3bc78
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      templates/repo/home.tmpl

+ 7
- 0
templates/repo/home.tmpl View File

@@ -200,6 +200,12 @@
class="section"><a href="{{EscapePound $.BranchLink}}/{{EscapePound $p}}" class="section"><a href="{{EscapePound $.BranchLink}}/{{EscapePound $p}}"
title="{{$v}}">{{EllipsisString $v 30}}</a></span>{{end}}{{end}}</span></div> title="{{$v}}">{{EllipsisString $v 30}}</a></span>{{end}}{{end}}</span></div>
{{end}} {{end}}
<div class="fitted item">
<button class="ui green button mini" style="display: flex;">
<i class="ri-terminal-box-line" style="margin-right: 0.3rem;"></i>
在Notebook中打开
</button>
</div>
<div class="right fitted item" id="file-buttons"> <div class="right fitted item" id="file-buttons">
<div class="ui tiny blue buttons"> <div class="ui tiny blue buttons">
{{if .Repository.CanEnableEditor}} {{if .Repository.CanEnableEditor}}
@@ -223,6 +229,7 @@
</a> </a>
{{end}} {{end}}
</div> </div>


</div> </div>
<div class="fitted item"> <div class="fitted item">


Loading…
Cancel
Save