Sha256: fb4ca068d93edf40831841a6e3cbe02e3c07feb2c500071a8c7c2ff5e3f1e25c

Contents?: true

Size: 1.05 KB

Versions: 33

Compression:

Stored size: 1.05 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">Send Unlock Instructions</div>
			</div>
			<div style="padding-top:30px" class="panel-body" >
				<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post, html: { role: "form" } }) do |f| %>
					<%= devise_error_messages! %>
					<div style="margin-bottom: 25px" class="input-group">
						<span class="input-group-addon"><i class="fa fa-envelope"></i></span>
						<%= f.email_field :email, required: true, autofocus: true, class: "form-control", :placeholder => "Email" %>
					</div>
					<div style="margin-top:10px" class="form-group">
						<div class="col-sm-12 controls">
							<%= f.submit "Resend Unlock Instructions", class: "btn btn-primary" %>
						</div>
					</div>
					<div id="loginborder">
						<%= render "devise/shared/links" %>
					</div>
				<% end %>
			</div>
		</div>
	</div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
mtdevise-16.1.0 app/views/devise/unlocks/new.html.erb
mtdevise-16.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-15.2.0 app/views/devise/unlocks/new.html.erb
mtdevise-15.1.0 app/views/devise/unlocks/new.html.erb
mtdevise-15.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-14.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-13.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-12.0.1 app/views/devise/unlocks/new.html.erb
mtdevise-12.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-11.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-10.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-9.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-8.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-7.1.0 app/views/devise/unlocks/new.html.erb
mtdevise-7.0.1 app/views/devise/unlocks/new.html.erb
mtdevise-7.0.0 app/views/devise/unlocks/new.html.erb
mtdevise-6.2.0 app/views/devise/unlocks/new.html.erb
mtdevise-6.1.2 app/views/devise/unlocks/new.html.erb
mtdevise-6.1.1 app/views/devise/unlocks/new.html.erb
mtdevise-6.1.0 app/views/devise/unlocks/new.html.erb