diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-05 16:21:43 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-05 16:21:43 -0400 |
commit | bbdfe2576966210cfffc830bfbe3731bcf653b3b (patch) | |
tree | bc0fc83c71887270c4f38d53be8383985ffd01c5 /templates/repo/collaboration.tmpl | |
parent | c1eb4d894a092aed1b87ddf5f80ee824fd56789d (diff) | |
download | gitea-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.tmpl | 2 |
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}} |