Sha256: 5bd3ac534f1c6e3725a26ead2de412af0bad70eda42e2bc396fd28ba9649004c

Contents?: true

Size: 1.11 KB

Versions: 34

Compression:

Stored size: 1.11 KB

Contents

- content_for :title do I18n.t("iugu.change_your_password") end

.default-sdk-wrapper
  .default-sdk-dialog
    .container.no-padding

      = render :partial => "iugu/shared/responsive-dialog.header"

      .padding

        = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => "no-bottom-margin" }) do |f|


          - if resource.errors.size > 0
            .notice.notice-red
              = f.error_notification

          %h6.no-bottom-margin
            = I18n.t("iugu.change_your_password")

          .inputs
            = f.input :password, :label => false, :placeholder => I18n.t("iugu.new_password"), :required => true
            = f.input :password_confirmation, :label => false, :placeholder => I18n.t("iugu.confirm_your_new_password"), :required => true

          = f.input :reset_password_token, :as => :hidden

          .actions
            = f.button :submit, I18n.t("iugu.change_my_password"), :class => "full-width default"
            %a.button.no-bottom-margin{ :href => new_session_path(resource_name) }
              = I18n.t("iugu.back")

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
iugusdk-1.0.11 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.10 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.9 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.8 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.7 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.6 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.5 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.4 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.3 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.2 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.1 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.32 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.31 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.30 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.29 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.28 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.27 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.26 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.25 app/views/iugu/passwords/edit.html.haml
iugusdk-1.0.0.alpha.24 app/views/iugu/passwords/edit.html.haml