@ -73,6 +73,7 @@
</a>
</a>
{{ end }}
{{ end }}
<a href=" {{ .Repository .Link }} /find/ {{ .BranchNameSubURL }} " class="ui compact basic button tooltip" data-content=" {{ .locale .Tr "repo.find_file.go_to_file" }} "> {{ svg "octicon-file-moved" 1 5 }} </a>
<a href=" {{ .Repository .Link }} /find/ {{ .BranchNameSubURL }} " class="ui compact basic button tooltip" data-content=" {{ .locale .Tr "repo.find_file.go_to_file" }} "> {{ svg "octicon-file-moved" 1 5 }} </a>
{{ if or .CanAddFile .CanUploadFile }}
<button class="ui basic small compact dropdown jump icon button mr-2">
<button class="ui basic small compact dropdown jump icon button mr-2">
<span class="text"> {{ .locale .Tr "repo.editor.add_file" }} </span>
<span class="text"> {{ .locale .Tr "repo.editor.add_file" }} </span>
<div class="menu">
<div class="menu">
@ -93,14 +94,10 @@
</a>
</a>
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if and ( ne $ n 0 ) ( not .IsViewFile ) ( not .IsBlame ) }}
<a class="item"href=" {{ .RepoLink }} /commits/ {{ .BranchNameSubURL }} / {{ .TreePath | PathEscapeSegments }} ">
{{ .locale .Tr "repo.file_history" }}
</a>
{{ end }}
</div>
</div>
{{ svg "octicon-triangle-down" 1 4 "dropdown icon" }}
{{ svg "octicon-triangle-down" 1 4 "dropdown icon" }}
</button>
</button>
{{ end }}
{{ else }}
{{ else }}
<span class="ui breadcrumb repo-path"><a class="section" href=" {{ .RepoLink }} /src/ {{ .BranchNameSubURL }} " title=" {{ .Repository .Name }} "> {{ EllipsisString .Repository .Name 3 0 }} </a> {{ range $ i , $ v : = .TreeNames }} <span class="divider">/</span> {{ if eq $ i $ l }} <span class="active section" title=" {{ $ v }} "> {{ EllipsisString $ v 3 0 }} </span> {{ else }} {{ $ p : = in dex $ .Paths $ i }} <span class="section"><a href=" {{ $ .BranchLink }} / {{ PathEscapeSegments $ p }} " title=" {{ $ v }} "> {{ EllipsisString $ v 3 0 }} </a></span> {{ end }} {{ end }} </span>
<span class="ui breadcrumb repo-path"><a class="section" href=" {{ .RepoLink }} /src/ {{ .BranchNameSubURL }} " title=" {{ .Repository .Name }} "> {{ EllipsisString .Repository .Name 3 0 }} </a> {{ range $ i , $ v : = .TreeNames }} <span class="divider">/</span> {{ if eq $ i $ l }} <span class="active section" title=" {{ $ v }} "> {{ EllipsisString $ v 3 0 }} </span> {{ else }} {{ $ p : = in dex $ .Paths $ i }} <span class="section"><a href=" {{ $ .BranchLink }} / {{ PathEscapeSegments $ p }} " title=" {{ $ v }} "> {{ EllipsisString $ v 3 0 }} </a></span> {{ end }} {{ end }} </span>
{{ end }}
{{ end }}
@ -133,6 +130,11 @@
{{ end }}
{{ end }}
</div>
</div>
{{ end }}
{{ end }}
{{ if and ( ne $ n 0 ) ( not .IsViewFile ) ( not .IsBlame ) }}
<a class="ui button" href=" {{ .RepoLink }} /commits/ {{ .BranchNameSubURL }} / {{ .TreePath | PathEscapeSegments }} ">
{{ svg "octicon-history" 1 6 "mr-3" }} {{ .locale .Tr "repo.file_history" }}
</a>
{{ end }}
</div>
</div>
</div>
</div>
{{ if .IsViewFile }}
{{ if .IsViewFile }}