Sha256: 6c4a8bd3fcb9f3016a98edf4a249f82fbee95d228ecd5c5ae2601156e2507b8d

Contents?: true

Size: 727 Bytes

Versions: 83

Compression:

Stored size: 727 Bytes

Contents

%p.font Welcome to Tenon! Please register below.

= error_messages_for resource

= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f|
  #login-box-top
  #login-box
    %span.label Email Address:
    = f.text_field :email
    .spacer{:style => "height:10px"}

    %span.label Password:
    = f.password_field :password
    .spacer{:style => "height:10px"}

    %span.label  
    = f.submit "Register"
  #login-box-bottom
    %span.label Remember Me?
    = slider("Yes Please", f.radio_button(:remember_me, true, :checked => true), "No Thanks", f.radio_button(:remember_me, false))

%p{:style => "text-align: right; margin-top: 10px; font-size: 12px;"}= link_to "Log in", "/login"

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/devise/registrations/new.html.haml
tenon-1.1.7 app/views/devise/registrations/new.html.haml
tenon-1.1.6 app/views/devise/registrations/new.html.haml
tenon-1.1.5 app/views/devise/registrations/new.html.haml
tenon-1.1.4 app/views/devise/registrations/new.html.haml
tenon-1.1.3 app/views/devise/registrations/new.html.haml
tenon-1.1.2 app/views/devise/registrations/new.html.haml
tenon-1.1.1 app/views/devise/registrations/new.html.haml
tenon-1.0.76 app/views/devise/registrations/new.html.haml
tenon-1.0.75 app/views/devise/registrations/new.html.haml
tenon-1.0.74 app/views/devise/registrations/new.html.haml
tenon-1.0.73 app/views/devise/registrations/new.html.haml
tenon-1.0.72 app/views/devise/registrations/new.html.haml
tenon-1.0.71 app/views/devise/registrations/new.html.haml
tenon-1.0.70 app/views/devise/registrations/new.html.haml
tenon-1.0.69 app/views/devise/registrations/new.html.haml
tenon-1.0.68 app/views/devise/registrations/new.html.haml
tenon-1.0.67 app/views/devise/registrations/new.html.haml
tenon-1.0.66 app/views/devise/registrations/new.html.haml
tenon-1.0.65 app/views/devise/registrations/new.html.haml