This commit is contained in:
Lunny Xiao
2014-03-13 12:45:41 +08:00
parent 555c8f1d91
commit fecafdca2a
5 changed files with 17 additions and 31 deletions
-10
View File
@@ -1,10 +0,0 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container" id="gogs-body">
<ul>
{{range .Files}}
<li>{{.Name}} - {{.Type}}</li>
{{end}}
</ul>
</div>
{{template "base/footer" .}}
+5 -1
View File
@@ -33,6 +33,10 @@
</div>
{{template "repo/toolbar" .}}
<div id="gogs-body" class="container">
repo single dashboard
<ul>
{{range .Files}}
<li>{{.Name}} - {{.Type}}</li>
{{end}}
</ul>
</div>
{{template "base/footer" .}}