mirror of
https://github.com/go-gitea/gitea
synced 2025-07-28 21:28:38 +00:00
User code clean and ui improve
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user