Add UsersServlet to manage users.

This commit is contained in:
takezoe
2013-04-30 12:48:29 +09:00
parent 9bd9238a1e
commit 456e01da74
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package app
class UsersServlet extends ServletBase {
get("/"){
}
}

View File

@@ -32,6 +32,7 @@
<ul class="nav pull-right">
<li><a href="@path/new">New repo</a></li>
<li><a href="#about">Account</a></li>
<li><a href="#users">Users</a></li>
<li><a href="#contact">Sign out</a></li>
</ul>
</div><!--/.nav-collapse -->