summaryrefslogtreecommitdiffstats
path: root/templates/repo/create.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-02-19 21:45:43 -0500
committerUnknown <joe2010xtmf@163.com>2014-02-19 21:45:43 -0500
commit8962b39648a7ac8895b4281b428a1091c410f8f0 (patch)
treef11ad341431adfcb918472b79586e3e7a12940e4 /templates/repo/create.tmpl
parentd4728fafafdd1d9a54d9337c7bddac086d58579c (diff)
downloadgitea-8962b39648a7ac8895b4281b428a1091c410f8f0.tar.gz
gitea-8962b39648a7ac8895b4281b428a1091c410f8f0.zip
Add routers for create and delete repo
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r--templates/repo/create.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
new file mode 100644
index 0000000000..4ec4f6f1e8
--- /dev/null
+++ b/templates/repo/create.tmpl
@@ -0,0 +1,12 @@
+{{template "base/head" .}}
+{{template "base/navbar" .}}
+<div class="container">
+ <form action="/repo/create" method="post" class="form-horizontal">
+ <div class="form-group">
+ <div class="col-md-offset-4 col-md-3">
+ <button type="submit" class="btn btn-info">Create repository</button>
+ </div>
+ </div>
+ </form>
+</div>
+{{template "base/footer" .}} \ No newline at end of file