Sha256: 4831671039aa04bce0bc4fa458ac07b01a7240d8ecc4ce31efb4a66baa1a8bbc

Contents?: true

Size: 504 Bytes

Versions: 10

Compression:

Stored size: 504 Bytes

Contents

.span12
  = render :partial => "mokio/backend/common/notice"
  .box
    = box_title do 
      = bt("edit_password", User)
  .content
    = common_form do
      .row-fluid
        = simple_form_for [:backend, @user], :url => update_password_backend_user_path, :html => { :class => 'form-horizontal' } do |f|       
          = render :partial => "mokio/backend/users/form", :locals => {f: f, obj: @obj}
          .form-actions
            = btn_submit bt("save")
            = btn_cancel "/backend/users"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mokio-0.0.15 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.14 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.13 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.12 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.11 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.10 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.9 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.8 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.6 app/views/mokio/backend/users/edit_password.html.haml
mokio-0.0.5 app/views/mokio/backend/users/edit_password.html.haml