mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-24 21:22:05 +08:00
16 lines
606 B
Handlebars
16 lines
606 B
Handlebars
<div class="flex-text-block repo-button-row">
|
|
<button class="ui compact basic icon button"
|
|
data-global-click="onRepoViewFileTreeToggle" data-toggle-action="hide"
|
|
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
|
|
{{svg "octicon-sidebar-expand"}}
|
|
</button>
|
|
<b>{{ctx.Locale.Tr "files"}}</b>
|
|
</div>
|
|
|
|
{{/* TODO: Dynamically move components such as refSelector and createPR here */}}
|
|
<div id="view-file-tree" class="tw-overflow-auto tw-h-full is-loading"
|
|
data-repo-link="{{.RepoLink}}"
|
|
data-tree-path="{{$.TreePath}}"
|
|
data-current-ref-name-sub-url="{{.RefTypeNameSubURL}}"
|
|
></div>
|