Finish team list, create new team, join/leave team page
This commit is contained in:
parent
78add502d7
commit
bba707de36
33 changed files with 534 additions and 359 deletions
|
@ -3,7 +3,9 @@
|
|||
<div id="repo-wrapper">
|
||||
<form id="repo-create-form" class="form form-align panel panel-radius" action="/repo/create" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
<div class="panel-header"><h2>{{.i18n.Tr "new_repo"}}</h2></div>
|
||||
<div class="panel-header">
|
||||
<h2>{{.i18n.Tr "new_repo"}}</h2>
|
||||
</div>
|
||||
<div class="panel-content">
|
||||
{{template "ng/base/alert" .}}
|
||||
<div class="field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue