Sha256: a0e244028de7e2ac3e9c2d566c811f89289e4a95c654f9349ac0d1d06b47ee80

Contents?: true

Size: 216 Bytes

Versions: 6

Compression:

Stored size: 216 Bytes

Contents

%br
%h1 Login

= form_tag sessions_path do
  %p
    = label_tag "Username"
    %br
    = text_field_tag :username

  %p
    = label_tag "Password"
    %br
    = password_field_tag :password
  
  = submit_tag "Log In"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
brick_layer-0.10.6 app/views/brick_layer/sessions/new.html.haml
brick_layer-0.10.5 app/views/brick_layer/sessions/new.html.haml
brick_layer-0.10.3 app/views/brick_layer/sessions/new.html.haml
brick_layer-0.10.2 app/views/brick_layer/sessions/new.html.haml
brick_layer-0.10.1 app/views/brick_layer/sessions/new.html.haml
brick_layer-0.10.0 app/views/brick_layer/sessions/new.html.haml