2012-02-22 06:43:24 +00:00
|
|
|
|
2012-02-19 08:33:22 +00:00
|
|
|
<h1 class="login-logo"><%= t(:ruling_site) %></h1>
|
|
|
|
<div id="signin-header">
|
|
|
|
<h3><%= t(:forgot_password) %></h3>
|
|
|
|
</div>
|
|
|
|
<div id="container" class="sign-in">
|
|
|
|
<%= form_for :user, :url => user_password_path, :html => {:class => 'user_new form-horizontal'} do |f| %>
|
|
|
|
<%= devise_error_messages! %>
|
|
|
|
<div class="content">
|
|
|
|
<div class="main">
|
2012-02-28 20:56:32 +00:00
|
|
|
<div class="control-group clear">
|
2012-02-19 08:33:22 +00:00
|
|
|
<%= f.label :email %>
|
|
|
|
<%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %>
|
|
|
|
<span class="help-inline">Please correct the error</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-actions clear">
|
|
|
|
<%= content_tag :button, "Send me reset password instructions", :type => :submit, :class => 'btn btn-primary pull-right' %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2012-02-29 05:07:21 +00:00
|
|
|
</div>
|