Sha256: 75a42c98d6c9b79bda486e733d231a479dfc090cb1348825a77c1d7b1b7be1f4

Contents?: true

Size: 791 Bytes

Versions: 52

Compression:

Stored size: 791 Bytes

Contents

- body_classes << "single_form"

#single_form

  %h3= t('reset_your_password')

  = form_for @user, :url => admin_password_reset_path(params[:id]) do |f|
    - if @user.errors.any?
      .error_messages
        %h2 Form is invalid
        %ul
          - for message in @user.errors.full_messages
            %li= message
    %p
      %label{:for=>"password"}= t('password')
      = f.password_field :password
    %p
      %label{:for=>"password_confirmation"}= t('password_confirmation')
      = f.password_field :password_confirmation
    .actions= f.submit "Update Password"

  %p.version
  = t('powered_by')
  %a{ :href => "https://github.com/pgharts/trusty-cms" } TrustyCms CMS
  = t('version')
  = TrustyCms.loaded_via_gem? ? "#{TrustyCms::VERSION} (gem)." : "#{TrustyCms::VERSION}."

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
trusty-cms-3.8.0 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.7.1 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.7.0 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.6.2 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.6.1 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.6.0 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.5 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.4 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.3 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.2 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.1 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.5.0 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.4.0 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.7 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.6 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.5 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.3 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.2 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.3.1 app/views/admin/password_resets/edit.html.haml
trusty-cms-3.2.1 app/views/admin/password_resets/edit.html.haml