Sha256: e9c129c0c7bc65a8297af8565eb5d1e45c12a5ec9f2ae10553d388c42e524474

Contents?: true

Size: 930 Bytes

Versions: 40

Compression:

Stored size: 930 Bytes

Contents

<div class="wrapper_signin">
  <div class="row">
    <div class="layout_signin">
      <div class="row">

	<div class="large-7 columns">
	  	  <h1><%= _("Forgot your password?")%></h1>
                  <% _("If you forget your password you can fill this page for reseting password") %>
	</div>
	<div class="large-5 columns">

	  <div class="form radius panel">
	  <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
	    <%= devise_error_messages! %>

	    <div class="field">
	      <label><%= f.label :email %></label>
	      <%= f.email_field :email, :autofocus => true %></div>

	    <div class="submit"><%= f.submit _("Send me reset password instructions"), :class=>"button" %>
	      <br /><br /><br />
	      <%= render "devise/shared/links" %>
              <br />
	    </div>
	  <% end %>
	  </div>

	</div>
      </div>
    </div>
  </div>
</div>

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
faalis-1.0.0 app/views/devise/passwords/new.html.erb
faalis-1.0.0.alpha4 app/views/devise/passwords/new.html.erb
faalis-1.0.0.alpha3 app/views/devise/passwords/new.html.erb
faalis-1.0.0.alpha2 app/views/devise/passwords/new.html.erb
faalis-1.0.0.alpha1 app/views/devise/passwords/new.html.erb
faalis-1.0.0.alpha0 app/views/devise/passwords/new.html.erb
faalis-0.26.3 app/views/devise/passwords/new.html.erb
faalis-0.26.2 app/views/devise/passwords/new.html.erb
faalis-0.26.1 app/views/devise/passwords/new.html.erb
faalis-0.26.0 app/views/devise/passwords/new.html.erb
faalis-0.25.1 app/views/devise/passwords/new.html.erb
faalis-0.25.0 app/views/devise/passwords/new.html.erb
faalis-0.24.4 app/views/devise/passwords/new.html.erb
faalis-0.24.3 app/views/devise/passwords/new.html.erb
faalis-0.24.2 app/views/devise/passwords/new.html.erb
faalis-0.24.0 app/views/devise/passwords/new.html.erb
faalis-0.23.0 app/views/devise/passwords/new.html.erb
faalis-0.22.0 app/views/devise/passwords/new.html.erb
faalis-0.21.1 app/views/devise/passwords/new.html.erb
faalis-0.21.0 app/views/devise/passwords/new.html.erb