mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
517 B
18 lines
517 B
{{template "base/head" .}} |
|
<div class="repository wiki view"> |
|
{{template "repo/header" .}} |
|
<div class="ui container"> |
|
{{template "repo/sidebar" .}} |
|
<div class="ui dividing header"> |
|
{{.Title}} |
|
<div class="ui sub header"> |
|
{{$timeSince := TimeSince .Author.When $.Lang}} |
|
{{.i18n.Tr "repo.wiki.last_commit_info" .Author.Name $timeSince | Safe}} |
|
</div> |
|
</div> |
|
<div class="ui segment markdown"> |
|
{{.Content | Str2html}} |
|
</div> |
|
</div> |
|
</div> |
|
{{template "base/footer" .}} |