1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 20:38:25 +00:00
This commit is contained in:
Unknown
2014-03-17 17:00:35 -04:00
parent 6ca32ef44f
commit e656609b0d
7 changed files with 75 additions and 19 deletions

View File

@@ -4,6 +4,9 @@
{{template "repo/toolbar" .}}
<div id="gogs-body" class="container">
<div id="gogs-source">
{{if .IsBareRepo}}
Need to fill in some guide.
{{else}}
<div class="source-toolbar">
{{ $username := .Username}}
{{ $reponame := .Reponame}}
@@ -36,6 +39,7 @@
{{end}}
</ol>
</div>
<div class="panel panel-default info-box">
<div class="panel-heading info-head">
<a href="/{{$username}}/{{$reponame}}/commit/{{.LatestCommit.SHA}}">{{.LatestCommit.Message}}</a>
@@ -95,6 +99,7 @@
{{end}}
</div>
{{end}}
{{end}}
</div>
</div>
{{template "base/footer" .}}