Sha256: 664bf9050fd49dc0f5903d79a4b34d8e6be732d053f494293708a43aa67ce44b

Contents?: true

Size: 449 Bytes

Versions: 2

Compression:

Stored size: 449 Bytes

Contents

#log_in.box
  %form{ :action => '/sessions/create', :method => 'post' }
    %p
      %label{ :for => 'session[login]' } Login
      %br/
      %input{ :type => 'text', :name => 'session[login]' }
    %p
      %label{ :for => 'session[password]' } Password
      %br/
      %input{ :type => 'password', :name => 'session[password]' }
    .buttons
      %input{ :type => 'submit', :value => 'Log in', :class => 'submit' }

- if @error
  .error= @error

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
a_b-0.1.1 lib/a_b/view/log_in.haml
a_b-0.1.0 lib/a_b/view/log_in.haml