Sha256: 0f68bf6c6e4206d12777f3cbab3287b9c73c0cd6354091bd7ad53d8f01c089ea

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

= content_for :title do 
  = t('.site_title')

#page_content
  .container
    .devise_content
      .title
        h1=t('.title')
        h2=t('.subtitle')

      .bootstrap-form
        = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f|
          = devise_error_messages!
          = f.hidden_field :reset_password_token

          p.input
            = f.label :password, t('.label_new_password')
            = f.password_field :password
          p.input
            = f.label :password_confirmation
            = f.password_field :password_confirmation
          p.action
            .bootstrap-twitter
              = f.submit t('.submit'), class: 'btn', id: 'user_submit'
    .clearfix

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catarse_core-1.0.0.beta app/views/catarse/passwords/edit.html.slim