This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b0df6d8da
gitea
/
templates
/
devtest
/
list.tmpl
6 lines
99 B
Handlebars
Raw
Blame
History
<ul>
{{
range
.SubNames
}}
<li><a href="
{{
AppSubUrl
}}
/devtest/
{{
.
}}
">
{{
.
}}
</a></li>
{{
end
}}
</ul>
Reference in New Issue
View Git Blame
Copy Permalink