2019-11-01 20:26:21 -04:00
|
|
|
<table id="repo-files-table" class="ui single line table">
|
2015-12-07 17:30:52 -05:00
|
|
|
<thead>
|
2017-11-30 00:08:40 -05:00
|
|
|
<tr class="commit-list">
|
2019-05-06 14:43:40 -04:00
|
|
|
<th colspan="2">
|
2016-08-30 05:08:38 -04:00
|
|
|
{{if .LatestCommitUser}}
|
|
|
|
<img class="ui avatar image img-12" src="{{.LatestCommitUser.RelAvatarLink}}" />
|
2017-10-26 03:45:14 -04:00
|
|
|
{{if .LatestCommitUser.FullName}}
|
|
|
|
<a href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommitUser.FullName}}</strong></a>
|
|
|
|
{{else}}
|
|
|
|
<a href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a>
|
|
|
|
{{end}}
|
2015-12-07 17:30:52 -05:00
|
|
|
{{else}}
|
2017-10-26 03:45:14 -04:00
|
|
|
{{if .LatestCommit.Author}}
|
|
|
|
<img class="ui avatar image img-12" src="{{AvatarLink .LatestCommit.Author.Email}}" />
|
|
|
|
<strong>{{.LatestCommit.Author.Name}}</strong>
|
|
|
|
{{end}}
|
2015-12-07 17:30:52 -05:00
|
|
|
{{end}}
|
2020-02-27 14:20:55 -05:00
|
|
|
<a rel="nofollow" class="ui sha label {{if .LatestCommit.Signature}} isSigned {{if .LatestCommitVerification.Verified }} isVerified{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}Untrusted{{else}}Unmatched{{end}}{{else if .LatestCommitVerification.Warning}} isWarning{{end}}{{end}}" href="{{.RepoLink}}/commit/{{.LatestCommit.ID}}">
|
2020-02-27 21:03:17 -05:00
|
|
|
<span class="shortsha">{{ShortSha .LatestCommit.ID.String}}</span>
|
2020-02-29 08:27:19 -05:00
|
|
|
{{if .LatestCommit.Signature}}
|
|
|
|
<div class="ui detail icon button">
|
2020-02-27 14:20:55 -05:00
|
|
|
{{if .LatestCommitVerification.Verified}}
|
2020-02-27 21:03:17 -05:00
|
|
|
<div title="{{if eq .LatestCommitVerification.TrustStatus "trusted"}}{{else if eq .LatestCommitVerification.TrustStatus "untrusted"}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.LatestCommitVerification.Reason}}">
|
2020-02-27 14:20:55 -05:00
|
|
|
{{if ne .LatestCommitVerification.SigningUser.ID 0}}
|
|
|
|
<i class="lock icon"></i>
|
|
|
|
<img class="ui signature avatar image" src="{{.LatestCommitVerification.SigningUser.RelAvatarLink}}" />
|
|
|
|
{{else}}
|
|
|
|
<i title="{{.LatestCommitVerification.Reason}}" class="icons">
|
|
|
|
<i class="lock icon"></i>
|
|
|
|
<i class="tiny inverted cog icon centerlock"></i>
|
|
|
|
</i>
|
|
|
|
<img class="ui signature avatar image" src="{{AvatarLink .LatestCommitVerification.SigningEmail}}" />
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
{{else}}
|
2020-02-27 21:03:17 -05:00
|
|
|
<i title="{{$.i18n.Tr .LatestCommitVerification.Reason}}" class="unlock icon"></i>
|
2020-02-27 14:20:55 -05:00
|
|
|
{{end}}
|
2020-02-29 08:27:19 -05:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2017-05-05 03:15:36 -04:00
|
|
|
</a>
|
2019-06-13 21:32:14 -04:00
|
|
|
{{template "repo/commit_status" .LatestCommitStatus}}
|
2019-09-10 05:03:30 -04:00
|
|
|
{{ $commitLink:= printf "%s/commit/%s" .RepoLink .LatestCommit.ID }}
|
2020-05-01 13:58:45 -04:00
|
|
|
<span class="grey commit-summary" title="{{.LatestCommit.Summary}}"><span class="message-wrapper">{{RenderCommitMessageLinkSubject .LatestCommit.Message $.RepoLink $commitLink $.Repository.ComposeMetas}}</span>
|
2017-11-30 00:08:40 -05:00
|
|
|
{{if IsMultilineCommitMessage .LatestCommit.Message}}
|
|
|
|
<button class="basic compact mini ui icon button commit-button"><i class="ellipsis horizontal icon"></i></button>
|
|
|
|
<pre class="commit-body" style="display: none;">{{RenderCommitBody .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}}</pre>
|
|
|
|
{{end}}
|
2019-08-20 08:40:06 -04:00
|
|
|
</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</th>
|
2019-05-06 14:43:40 -04:00
|
|
|
<th class="text grey right age">{{if .LatestCommit.Author}}{{TimeSince .LatestCommit.Author.When $.Lang}}{{end}}</th>
|
2015-12-07 17:30:52 -05:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{if .HasParentPath}}
|
|
|
|
<tr class="has-parent">
|
2020-02-11 12:02:41 -05:00
|
|
|
<td colspan="3">{{svg "octicon-mail-reply" 16}}<a href="{{EscapePound .BranchLink}}{{.ParentPath}}">..</a></td>
|
2015-12-07 17:30:52 -05:00
|
|
|
</tr>
|
|
|
|
{{end}}
|
|
|
|
{{range $item := .Files}}
|
|
|
|
{{$entry := index $item 0}}
|
|
|
|
{{$commit := index $item 1}}
|
|
|
|
<tr>
|
|
|
|
{{if $entry.IsSubModule}}
|
|
|
|
<td>
|
2019-05-06 14:43:40 -04:00
|
|
|
<span class="truncate">
|
2020-02-11 12:02:41 -05:00
|
|
|
{{svg "octicon-file-submodule" 16}}
|
2020-04-22 06:34:50 -04:00
|
|
|
{{$refURL := $commit.RefURL AppUrl $.Repository.FullName}}
|
2019-05-06 14:43:40 -04:00
|
|
|
{{if $refURL}}
|
|
|
|
<a href="{{$refURL}}">{{$entry.Name}}</a> @ <a href="{{$refURL}}/commit/{{$commit.RefID}}">{{ShortSha $commit.RefID}}</a>
|
|
|
|
{{else}}
|
|
|
|
{{$entry.Name}} @ {{ShortSha $commit.RefID}}
|
|
|
|
{{end}}
|
|
|
|
</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</td>
|
|
|
|
{{else}}
|
2019-11-01 20:26:21 -04:00
|
|
|
<td class="name four wide">
|
2019-05-06 14:43:40 -04:00
|
|
|
<span class="truncate">
|
|
|
|
{{if $entry.IsDir}}
|
|
|
|
{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
|
|
|
|
{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
|
2020-02-11 12:02:41 -05:00
|
|
|
{{svg "octicon-file-directory" 16}}
|
2019-05-06 14:43:40 -04:00
|
|
|
<a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}" title="{{$subJumpablePathName}}">
|
|
|
|
{{if eq (len $subJumpablePath) 2}}
|
|
|
|
<span class="jumpable-path">{{index $subJumpablePath 0}}</span>{{index $subJumpablePath 1}}
|
|
|
|
{{else}}
|
|
|
|
{{index $subJumpablePath 0}}
|
|
|
|
{{end}}
|
|
|
|
</a>
|
|
|
|
{{else}}
|
2020-02-11 12:02:41 -05:00
|
|
|
{{svg (printf "octicon-%s" (EntryIcon $entry)) 16}}
|
2019-05-06 14:43:40 -04:00
|
|
|
<a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}" title="{{$entry.Name}}">{{$entry.Name}}</a>
|
|
|
|
{{end}}
|
|
|
|
</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</td>
|
|
|
|
{{end}}
|
2019-11-01 20:26:21 -04:00
|
|
|
<td class="message nine wide">
|
2020-05-01 13:58:45 -04:00
|
|
|
<span class="truncate">
|
|
|
|
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary | RenderEmoji}}</a>
|
2019-05-06 14:43:40 -04:00
|
|
|
</span>
|
2015-12-07 17:30:52 -05:00
|
|
|
</td>
|
2019-12-17 16:34:11 -05:00
|
|
|
<td class="text right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td>
|
2015-12-07 17:30:52 -05:00
|
|
|
</tr>
|
|
|
|
{{end}}
|
|
|
|
</tbody>
|
2014-07-26 00:24:27 -04:00
|
|
|
</table>
|
|
|
|
{{if .ReadmeExist}}
|
2015-12-07 17:30:52 -05:00
|
|
|
{{template "repo/view_file" .}}
|
2015-07-28 04:42:06 -04:00
|
|
|
{{end}}
|