Sha256: 377426f876c547cfecea1c2a6135222971b54f035ce4709e5d0a920e80fc3c2a

Contents?: true

Size: 669 Bytes

Versions: 6

Compression:

Stored size: 669 Bytes

Contents

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

- form_for @<%= session_singular_name %> do |f|
  = f.error_messages
  %div.span-24.last
    = f.label :email, t("user_sessions.new.email")
  %div.span-12
    = f.text_field :email, :class => "bigfield span-23"
  %div.span-11.last
    %div.help
      It should be a valid email.
  %div.span-24.last
    = f.label :password, t("user_sessions.new.password")
  %div.span-12
    = f.password_field :password, :class => "bigfield span-23"
  %div.span-11.last
    %div.help
      Remember to turn caps lock off!
  %div.span-24.last
    %button.button.positive{:type => "submit"}
      = image_tag "icons/yes.gif"
      = t("label.login")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mondo-generators-0.6.9 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.8 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.7 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.5 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.4 rails_generators/mondo_authentication/templates/views/login.html.haml
mondo-generators-0.6.3 rails_generators/mondo_authentication/templates/views/login.html.haml