mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 20:38:25 +00:00
Bug fix
This commit is contained in:
@@ -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" .}}
|
||||
Reference in New Issue
Block a user