summaryrefslogtreecommitdiffstats
path: root/templates/repo/collaboration.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-05 16:21:43 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-05 16:21:43 -0400
commitbbdfe2576966210cfffc830bfbe3731bcf653b3b (patch)
treebc0fc83c71887270c4f38d53be8383985ffd01c5 /templates/repo/collaboration.tmpl
parentc1eb4d894a092aed1b87ddf5f80ee824fd56789d (diff)
downloadgitea-bbdfe2576966210cfffc830bfbe3731bcf653b3b.tar.gz
gitea-bbdfe2576966210cfffc830bfbe3731bcf653b3b.zip
User code clean and ui improve
Diffstat (limited to 'templates/repo/collaboration.tmpl')
-rw-r--r--templates/repo/collaboration.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/collaboration.tmpl b/templates/repo/collaboration.tmpl
index 8ede9d4321..564c99eca2 100644
--- a/templates/repo/collaboration.tmpl
+++ b/templates/repo/collaboration.tmpl
@@ -10,6 +10,7 @@
<div class="panel-heading">
Collaborators
</div>
+
<div class="panel-body">
<ul id="repo-collab-list" class="list-unstyled">
{{range .Collaborators}}
@@ -24,6 +25,7 @@
{{end}}
</ul>
</div>
+
<div class="panel-footer">
<form action="{{.RepoLink}}/settings/collaboration" method="post" class="form-horizontal" id="repo-collab-form">
{{.CsrfTokenHtml}}