Sha256: a46ecc718c69782f2a048a674cb5ec58433a1c24ee6114d665cb5d287dc1c6f1
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
%h1 Please Sign In to Continue %hr %form{ action: bagboy_signin_path, method: 'post' } .row .large-12.columns %input{ type: 'text', name: 'email', placeholder: 'E-Mail' } .row .large-12.columns %input{ type: 'password', name: 'password', placeholder: 'Password' } .row .large-12.columns %button.button.tiny{ type: 'submit', id: 'submit' } Submit - if Bagboy::User.count == 0 = link_to 'Create User', bagboy_signup_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bagboy-0.0.1 | app/views/bagboy/sessions/new.html.haml |