Sha256: b490df47c453f0e2379def23c3a7f5ee502a56683bd5b2de4983538489bc26ab

Contents?: true

Size: 748 Bytes

Versions: 3

Compression:

Stored size: 748 Bytes

Contents

- @page_id = "login"
- @page_title = "Forgot Password"

.row
  .span6.offset3
    = backend_logo("/assets/gb_logo.png" , {:height => "46px"})
    %h1#login_title
      = website_title
    
    %div#form.well
      = form_for(User.new, :url => admin_password_resets_path, :html => {:id => "wrapper"}) do |f|
        %fieldset
          - unless flash.blank?
            = render "/layouts/flash_messages", :locals => {:close_button => true}
        
          .control-group
            = f.label :email, :class=>"control-label"
            = f.text_field :email, :class => "span4"
          .control-group
            .controls
              = f.submit "Reset my password", :class => "btn btn-success", :disable_with => "Resetting your password..."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/password_resets/new.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/password_resets/new.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/password_resets/new.html.haml