Sha256: 8d4377de6bff53a5786aa381f24c5bb9c98c38f827cb121b0c631cd012cf1496

Contents?: true

Size: 449 Bytes

Versions: 12

Compression:

Stored size: 449 Bytes

Contents

<%= auth_stylesheet %>

<% form_for "forgot", @forgot, :url => {:action => 'forgot', :controller => 'auth'},
    :html => {:id => 'forgot_form', :style => 'max-width: 400px;', :class => 'auth_form'} do |f| %>
	
    <label for="email" class="block">Email address:</label>
    <%= text_field_tag "email" %>
	
	<p style="text-align: center;">
      <%= submit_tag "Email me a new password", :style => "width: 90%; display: inline" %>
    </p>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
ae_users_legacy-0.6.14 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.13 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.12 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.11 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.10 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.9 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.8 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.7 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.6 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.5 app/views/auth/_forgot_form.html.erb
ae_users_legacy-0.6.3 app/views/auth/_forgot_form.html.erb
ae_users-0.6.0 app/views/auth/_forgot_form.html.erb