mirror of https://github.com/gogits/gogs.git
Lunny Xiao
11 years ago
6 changed files with 45 additions and 6 deletions
@ -0,0 +1,12 @@
|
||||
{{template "base/head" .}} |
||||
{{template "base/navbar" .}} |
||||
<div class="container" id="gogs-body"> |
||||
<div><a href="/user/publickey/add">Add publick key</a></div> |
||||
<ul> |
||||
{{range .Keys}} |
||||
<li>{{.Name}}</li> |
||||
<li>{{.Content}}</li> |
||||
{{end}} |
||||
</ul> |
||||
</div> |
||||
{{template "base/footer" .}} |
Loading…
Reference in new issue