migrating repo to Bodyrep org

This commit is contained in:
2013-01-19 11:23:43 -05:00
parent 31b7303f43
commit 4ea082330b
891 changed files with 142706 additions and 0 deletions

17
views/session/new.jade Normal file
View File

@@ -0,0 +1,17 @@
extends ../layout
block content
h1 Log in
form(method="POST", action="/session")
p
label(for="username") User name:<br />
input#username(name="username")
p
label(for="password") Password:<br />
input#password(type="password", name="password")
p
input(type="submit", value="Log in");
p
a(href="/users/new") Register New User