]> gitweb.factorcode.org Git - factor.git/blob - basis/webapps/user-admin/user-list.xml
Revert "basis: Move more extra to basis."
[factor.git] / basis / webapps / user-admin / user-list.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Users</t:title>
6
7         <ul>
8
9                 <t:bind-each t:name="users">
10                         <li>
11                                 <t:a t:href="$user-admin/edit" t:query="username">
12                                         <t:label t:name="username" />
13                                 </t:a>
14                         </li>
15                 </t:bind-each>
16
17         </ul>
18
19 </t:chloe>