Sha256: 6264d863d4679881dc5cfd69657c31e09e89379589aff102146f904602ea0d40

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

%form{:"accept-charset" => "UTF-8", :action => "/login", :method => "POST"}
  = csrf_tag
  .field
    %input{:id => "email", :name => "email", :placeholder => "your@email.here", :type => "text"}
  .field
    %input{:id => "password", :name => "password", :placeholder => "password", :type => "password"}
  .field
    %input{:class => "button", :type => "submit", :value => "login"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deep_thought-0.2.1 lib/deep_thought/views/sessions/login.haml
deep_thought-0.1.1 lib/deep_thought/views/sessions/login.haml
deep_thought-0.1.0 lib/deep_thought/views/sessions/login.haml