@ -20,9 +20,11 @@
<tr>
<td>
<div class="flex-text-block">
{{ if .DefaultBranchBranch .IsProtected }} {{ svg "octicon-shield-lock" }} {{ end }}
<a class="gt-ellipsis" href=" {{ .RepoLink }} /src/branch/ {{ PathEscapeSegments .DefaultBranchBranch .DBBranch .Name }} "> {{ .DefaultBranchBranch .DBBranch .Name }} </a>
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DefaultBranchBranch .DBBranch .Name }} "> {{ svg "octicon-copy" 1 4 }} </button>
{{ if .DefaultBranchBranch .IsProtected }}
<span data-tooltip-content=" {{ ctx .Locale .Tr "repo.settings.protected_branch" }} "> {{ svg "octicon-shield-lock" }} </span>
{{ end }}
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DefaultBranchBranch .DBBranch .Name }} " data-tooltip-content=" {{ ctx .Locale .Tr "copy_branch" }} "> {{ svg "octicon-copy" 1 4 }} </button>
{{ template "repo/commit_statuses" dict "Status" ( in dex $ .CommitStatus .DefaultBranchBranch .DBBranch .CommitID ) "Statuses" ( in dex $ .CommitStatuses .DefaultBranchBranch .DBBranch .CommitID ) }}
</div>
<p class="info tw-flex tw-items-center tw-my-1"> {{ svg "octicon-git-commit" 1 6 "tw-mr-1" }} <a href=" {{ .RepoLink }} /commit/ {{ PathEscape .DefaultBranchBranch .DBBranch .CommitID }} "> {{ ShortSha .DefaultBranchBranch .DBBranch .CommitID }} </a> · <span class="commit-message"> {{ RenderCommitMessage $ .Context .DefaultBranchBranch .DBBranch .CommitMessage ( .Repository .ComposeMetas ctx ) }} </span> · {{ ctx .Locale .Tr "org.repo_updated" }} {{ TimeSince .DefaultBranchBranch .DBBranch .CommitTime .AsTime ctx .Locale }} {{ if .DefaultBranchBranch .DBBranch .Pusher }} {{ template "shared/user/avatarlink" dict "user" .DefaultBranchBranch .DBBranch .Pusher }} {{ template "shared/user/namelink" .DefaultBranchBranch .DBBranch .Pusher }} {{ end }} </p>
@ -39,7 +41,7 @@
</button>
{{ end }}
{{ if .EnableFeed }}
<a role="button" class="btn interact-bg tw-p-2" href=" {{ $ .FeedURL }} /rss/branch/ {{ PathEscapeSegments .DefaultBranchBranch .DBBranch .Name }} "> {{ svg "octicon-rss" }} </a>
<a role="button" class="btn interact-bg tw-p-2" href=" {{ $ .FeedURL }} /rss/branch/ {{ PathEscapeSegments .DefaultBranchBranch .DBBranch .Name }} " data-tooltip-content=" {{ ctx .Locale .Tr "rss_feed" }} " > {{ svg "octicon-rss" }} </a>
{{ end }}
{{ if not $ .DisableDownloadSourceArchives }}
<div class="ui dropdown btn interact-bg tw-p-2" data-tooltip-content=" {{ ctx .Locale .Tr "repo.branch.download" ( $ .DefaultBranchBranch .DBBranch .Name ) }} ">
@ -88,14 +90,16 @@
{{ if .DBBranch .IsDeleted }}
<div class="flex-text-block">
<span class="gt-ellipsis"> {{ .DBBranch .Name }} </span>
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DBBranch .Name }} "> {{ svg "octicon-copy" 1 4 }} </button>
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DBBranch .Name }} " data-tooltip-content=" {{ ctx .Locale .Tr "copy_branch" }} " > {{ svg "octicon-copy" 1 4 }} </button>
</div>
<p class="info"> {{ ctx .Locale .Tr "repo.branch.deleted_by" .DBBranch .DeletedBy .Name }} {{ TimeSinceUnix .DBBranch .DeletedUnix ctx .Locale }} </p>
{{ else }}
<div class="flex-text-block">
{{ if .IsProtected }} {{ svg "octicon-shield-lock" }} {{ end }}
<a class="gt-ellipsis" href=" {{ $ .RepoLink }} /src/branch/ {{ PathEscapeSegments .DBBranch .Name }} "> {{ .DBBranch .Name }} </a>
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DBBranch .Name }} "> {{ svg "octicon-copy" 1 4 }} </button>
{{ if .IsProtected }}
<span data-tooltip-content=" {{ ctx .Locale .Tr "repo.settings.protected_branch" }} "> {{ svg "octicon-shield-lock" }} </span>
{{ end }}
<button class="btn interact-fg tw-px-1" data-clipboard-text=" {{ .DBBranch .Name }} " data-tooltip-content=" {{ ctx .Locale .Tr "copy_branch" }} "> {{ svg "octicon-copy" 1 4 }} </button>
{{ template "repo/commit_statuses" dict "Status" ( in dex $ .CommitStatus .DBBranch .CommitID ) "Statuses" ( in dex $ .CommitStatuses .DBBranch .CommitID ) }}
</div>
<p class="info tw-flex tw-items-center tw-my-1"> {{ svg "octicon-git-commit" 1 6 "tw-mr-1" }} <a href=" {{ $ .RepoLink }} /commit/ {{ PathEscape .DBBranch .CommitID }} "> {{ ShortSha .DBBranch .CommitID }} </a> · <span class="commit-message"> {{ RenderCommitMessage $ .Context .DBBranch .CommitMessage ( $ .Repository .ComposeMetas ctx ) }} </span> · {{ ctx .Locale .Tr "org.repo_updated" }} {{ TimeSince .DBBranch .CommitTime .AsTime ctx .Locale }} {{ if .DBBranch .Pusher }} {{ template "shared/user/avatarlink" dict "user" .DBBranch .Pusher }} {{ template "shared/user/namelink" .DBBranch .Pusher }} {{ end }} </p>
@ -156,7 +160,7 @@
</button>
{{ end }}
{{ if $ .EnableFeed }}
<a role="button" class="btn interact-bg tw-p-2" href=" {{ $ .FeedURL }} /rss/branch/ {{ PathEscapeSegments .DBBranch .Name }} "> {{ svg "octicon-rss" }} </a>
<a role="button" class="btn interact-bg tw-p-2" href=" {{ $ .FeedURL }} /rss/branch/ {{ PathEscapeSegments .DBBranch .Name }} " data-tooltip-content=" {{ ctx .Locale .Tr "rss_feed" }} " > {{ svg "octicon-rss" }} </a>
{{ end }}
{{ if and ( not .DBBranch .IsDeleted ) ( not $ .DisableDownloadSourceArchives ) }}
<div class="ui dropdown btn interact-bg tw-p-2" data-tooltip-content=" {{ ctx .Locale .Tr "repo.branch.download" ( .DBBranch .Name ) }} ">