diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml index 6d0d0052..004d6c65 100644 --- a/app/views/devise/sessions/new.html.haml +++ b/app/views/devise/sessions/new.html.haml @@ -9,16 +9,12 @@ %fieldset .field.flex - %div.field-key - = f.label :email %div.field-value - = f.text_field :email, :tabindex => 1 + = f.text_field :email, :tabindex => 1, :placeholder => 'Email' .field.flex - %div.field-key - = f.label :password %div.field-value - = f.password_field :password, :tabindex => 2 + = f.password_field :password, :tabindex => 2, :placeholder => 'Password' - if devise_mapping.rememberable? .field.flex @@ -44,4 +40,4 @@ Please = link_to "start here!", new_user_registration_path, :tabindex => 6 - %p (Sorry, you cannot use an account from a previous year.) \ No newline at end of file + %p (Sorry, you cannot use an account from a previous year.)