| @@ -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"> | ||||