0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-16 16:18:53 +02:00
gitea/templates/devtest/list.tmpl

16 lines
201 B
Handlebars
Raw Normal View History

{{template "base/head" .}}
<ul>
{{range .SubNames}}
<li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
{{end}}
</ul>
<style>
ul {
line-height: 2em;
}
</style>
{{template "base/footer" .}}