Sha256: abc9b931b80350bd1113e9f9c925a046ce65060fc67da4268408d95b59b5ac22

Contents?: true

Size: 444 Bytes

Versions: 5

Compression:

Stored size: 444 Bytes

Contents

- title t("user_sessions.new.title")
- page "home_page"

- form_for @<%= session_singular_name %> do |f|
  = f.error_messages
  %p
    = f.label :email, t("user_sessions.new.email")
    %br
    = f.text_field :email, :class => "bigfield span-8"
  %p
    = f.label :password, t("user_sessions.new.password")
    %br
    = f.password_field :password, :class => "bigfield span-8"
  %button.button.positive{:type => "submit"}
    = t("label.login")

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mondo-generators-0.6.2 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.1 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.0 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.5.0 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.2.0 rails_generators/mondo_authentication/templates/views/login.html.haml