Sha256: 23e625906301a30b02dbe74826490fe2c53bd1cc2d525e9c0102357d3a83d1b2
Contents?: true
Size: 840 Bytes
Versions: 15
Compression:
Stored size: 840 Bytes
Contents
<% @title = 'Forgot your password?' %> <%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> <%= devise_error_messages! %> <fieldset style="width:235px"> <legend><%= @title %></legend> <div class="field"> <%= f.label :email %><br /> <%= f.text_field :email %> </div> </fieldset> <div class="actions"> <% form_name = "#{resource.class.name.underscore}_new" %> <%= link_to_function image_tag('contour/tick.png', :alt => '') + "Send me reset password instructions", "$('##{form_name}').submit();", :class => "button positive" %> <div style="clear:both"></div><br /> <%= link_to "Login here!", new_session_path(resource_name) %> or <%= link_to "Register here!", new_registration_path(resource_name) %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems