summaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:16:51 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:16:51 +0800
commit555c8f1d919eae951bf7f75f4bc6a150ec04b9a6 (patch)
treeba7626e08bbb06ea4261bf6b41fcd1b82369d3ee /templates/repo
parent4fff38856e784cb1c2c8115a7c7e013f42f7d8d8 (diff)
parent9b845c11150102894a8bb453d86a335a7c2a64b8 (diff)
downloadgitea-555c8f1d919eae951bf7f75f4bc6a150ec04b9a6.tar.gz
gitea-555c8f1d919eae951bf7f75f4bc6a150ec04b9a6.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/repo.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/repo/repo.tmpl b/templates/repo/repo.tmpl
new file mode 100644
index 0000000000..5ae3f25c16
--- /dev/null
+++ b/templates/repo/repo.tmpl
@@ -0,0 +1,10 @@
+{{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" .}} \ No newline at end of file