Sha256: 4a54fdeb164024adc62400f3c7c9ff528b38c3889101b8ed34d440083ebf0f1c

Contents?: true

Size: 783 Bytes

Versions: 2

Compression:

Stored size: 783 Bytes

Contents

- title t(:user_sessions_login_view_title)

#dialog
  - form_for @user_session, :url => {:action => "create"} do |form|
    - unless form.error_messages.empty?
      %div.errorExplanation#errorExplanation
        %h2
          = t(:user_sessions_try_to_login_again)
        %p
          = t(:user_sessions_check_your_keyboard)
    %table
      %tr
        %td
          = form.label :username, t(:user_sessions_username_form_field_label)
        %td
          = form.text_field :username
      %tr
        %td
          = form.label :password, t(:user_sessions_password_form_field_label)
        %td
          = form.password_field :password
      %tr
        %td
        %td
          = form.submit t(:user_sessions_login_action_label)

#content
  = t(:what_is_indicium_about_text)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solarsearch-0.0.10 app/views/user_sessions/new.html.haml
solarsearch-0.0.9 app/views/user_sessions/new.html.haml