projects
/
broadcaster
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Clear up logged out and old sessions
[broadcaster]
/
server
/
templates
/
radios.html
1
2
<h1>
Radios
</h1>
3
<ul>
4
{{range .Radios}}
5
<li><b>
{{.Name}}
</b>
{{.Token}}
<a
href
=
"/radios/{{.Id}}"
>
(Edit)
</a></li>
6
{{end}}
7
</ul>
8
<p><a
href
=
"/radios/new"
>
Register New Radio
</a></p>