Sha256: 3034b8be84e08f082e422851c1df792fee6f5b5733f3a8115c7201a40204e27c

Contents?: true

Size: 1.1 KB

Versions: 19

Compression:

Stored size: 1.1 KB

Contents

<div class="container">
	<div id="loginbox" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
		<div class="panel panel-primary">
			<div class="panel-heading">
				<div class="panel-title">Password Rest Confirmation</div>
			</div>
			<div style="padding-top:30px" class="panel-body" >
				<%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post, class: 'form-vertical multiple_tags', role: 'form' }) do |f| %>
					<%= f.error_notification %>
					<%= render 'shared/validation', object: f.object %>
					<div style="margin-bottom: 25px" class="input-group">
						<span class="input-group-addon"><i class="fa fa-envelope"></i></span>
						<%= f.input_field :email, required: true,  autofocus: true, :class => "form-control", :placeholder => "Email" %>
					</div>
					<div style="margin-top:10px" class="form-group">
						<%= f.button :submit, "Send me Reset Password Instructions", :class => "btn btn-primary" %>
					</div>
					<div id="loginborder">
						<%= render "devise/shared/links" %>
					</div>
				<% end %>
			</div>
		</div>
	</div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mtdevise-2.0.5 app/views/devise/passwords/new.html.erb
mtdevise-2.0.2 app/views/devise/passwords/new.html.erb
mtdevise-2.0.1 app/views/devise/passwords/new.html.erb
mtdevise-2.0.0b app/views/devise/passwords/new.html.erb
mtdevise-1.8.6 app/views/devise/passwords/new.html.erb
mtdevise-1.8.5 app/views/devise/passwords/new.html.erb
mtdevise-1.8.0 app/views/devise/passwords/new.html.erb
mtdevise-1.7.11 app/views/devise/passwords/new.html.erb
mtdevise-1.7.8 app/views/devise/passwords/new.html.erb
mtdevise-1.7.5 app/views/devise/passwords/new.html.erb
mtdevise-1.7.1 app/views/devise/passwords/new.html.erb
mtdevise-1.7.0 app/views/devise/passwords/new.html.erb
mtdevise-1.6.6 app/views/devise/passwords/new.html.erb
mtdevise-1.6.5 app/views/devise/passwords/new.html.erb
mtdevise-1.6.3 app/views/devise/passwords/new.html.erb
mtdevise-1.6.0 app/views/devise/passwords/new.html.erb
mtdevise-1.5.3 app/views/devise/passwords/new.html.erb
mtdevise-1.5.2 app/views/devise/passwords/new.html.erb
mtdevise-1.5.0 app/views/devise/passwords/new.html.erb