Sha256: c9cf979fb5405883509660a83f237d349bba1456039b7476dced10882a6468ee

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

Contents

<!--

        @File Name                            :edit.html.erb

	@Company Name                         :Mindfire Solutions Pvt. Ltd.

	@Creator Name                         :Indranil Mukherjee

	@Date Created                         :2012-06-04

        @Date Modified                        :2012-06-14

        @Last Modification Details            :Making it as mcms project standard

        @Purpose                              :Passwords edit page

-->

<% content_for :head do %>
<%= javascript_include_tag "application","authentication_global" %>
<%= stylesheet_link_tag "authentication_global",:media => "all" %>

<% end %>
<h2>Change your password</h2>

<%= 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 %>

  <div><%= f.label :password, "New password" %><br />

  <%= f.password_field :password %></div>

  <div><%= f.label :password_confirmation, "Confirm new password" %><br />

  <%= f.password_field :password_confirmation %></div>

  <div><div class="form-actions" style="border-radius: 5px 5px 5px 5px;margin-top:20px;height: 35px;background-color:   #EAEAEA;">

    <div class="form-actions-left" style="float: left;margin-left: 10px;margin-top: 8px;">

      <%= f.submit "save",:class => "button"  %>

      

    </div>

  </div></div>
  
<% end %>

<%= render :partial => "devise/shared/links" %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mcms_authentication-1.0.0 app/views/users/passwords/edit.html.erb
mcms_authentication-0.0.3 app/views/users/passwords/edit.html.erb