projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some nice mixins for tags, ratings, relations
[zzz-floof.git]
/
floof
/
templates
/
users
/
index.mako
1
<%inherit file="/base.mako" />
2
3
<ul>
4
% for user in c.users:
5
## TODO normalize URL names better perhaps
6
<li><a href="${url.current(action='view', name=user.name.lower())}">${user.name}</a></li>
7
% endfor
8
</ul>