2019-07-08 10:20:22 +02:00
{{ template "base/head" . }}
2020-12-01 05:00:14 +01:00
<div class="page-content repository wiki revisions">
2019-07-08 10:20:22 +02:00
{{ template "repo/header" . }}
2022-08-31 17:58:54 +02:00
{{ $ title : = .title }}
2019-07-08 10:20:22 +02:00
<div class="ui container">
<div class="ui stackable grid">
2020-12-28 19:30:06 +01:00
<div class="ui eight wide column text right df ac je">
2019-07-08 10:20:22 +02:00
<div class="ui action small input" id="clone-panel">
2020-12-28 19:30:06 +01:00
{{ template "repo/clone_buttons" . }}
2022-07-31 20:29:55 +02:00
{{ template "repo/clone_script" . }}
2019-07-08 10:20:22 +02:00
</div>
</div>
<div class="ui header eight wide column">
2022-06-27 22:58:46 +02:00
<a class="file-revisions-btn ui basic button" title=" {{ .locale .Tr "repo.wiki.back_to_wiki" }} " href=" {{ .RepoLink }} /wiki/ {{ .PageURL }} " ><span> {{ .revision }} </span> {{ svg "octicon-home" }} </a>
2019-07-08 10:20:22 +02:00
{{ $ title }}
2020-11-04 08:14:07 +01:00
<div class="ui sub header word-break">
2022-06-27 22:58:46 +02:00
{{ $ timeSince : = TimeSince .Author .When $ .locale }}
{{ .locale .Tr "repo.wiki.last_commit_info" .Author .Name $ timeSince | Safe }}
2019-07-08 10:20:22 +02:00
</div>
</div>
</div>
2022-06-27 22:58:46 +02:00
<h2 class="ui top header"> {{ .locale .Tr "repo.wiki.wiki_page_revisions" }} </h2>
2019-07-08 10:20:22 +02:00
<div class="ui" style="margin-top: 1rem;">
<h4 class="ui top attached header">
<div class="ui stackable grid">
<div class="sixteen wide column">
2022-06-27 22:58:46 +02:00
{{ .CommitCount }} {{ .locale .Tr "repo.commits.commits" }}
2019-07-08 10:20:22 +02:00
</div>
</div>
</h4>
{{ if and .Commits ( gt .CommitCount 0 ) }}
2021-04-11 05:46:37 +02:00
{{ template "repo/commits_list" . }}
2019-07-08 10:20:22 +02:00
{{ end }}
{{ template "base/paginate" . }}
</div>
</div>
</div>
{{ template "base/footer" . }}