Sha256: b75b6a8e7ec9b4f9a84050003a6275515d52cfaccacc1e6c64f530f46401083b

Contents?: true

Size: 1002 Bytes

Versions: 33

Compression:

Stored size: 1002 Bytes

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 Confirmation Token</div>
			</div>
			<div style="padding-top:30px" class="panel-body" >
				<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post, 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">
						<%= f.submit "Resend Token" %>
					</div>
					<div id="loginborder">
						<%= render "devise/shared/links", class: "btn btn-primary" %>
					</div>
				<% end %>
			</div>
		</div>
	</div>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
mtdevise-6.0.0 app/views/devise/confirmations/new.html.erb
mtdevise-5.1.2 app/views/devise/confirmations/new.html.erb
mtdevise-5.1.1 app/views/devise/confirmations/new.html.erb
mtdevise-5.1.0 app/views/devise/confirmations/new.html.erb
mtdevise-5.0.0 app/views/devise/confirmations/new.html.erb
mtdevise-5.0.0b app/views/devise/confirmations/new.html.erb
mtdevise-4.1.5 app/views/devise/confirmations/new.html.erb
mtdevise-4.1.4 app/views/devise/confirmations/new.html.erb
mtdevise-4.1.2 app/views/devise/confirmations/new.html.erb
mtdevise-4.1.1 app/views/devise/confirmations/new.html.erb
mtdevise-4.1.0 app/views/devise/confirmations/new.html.erb
mtdevise-4.0.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.10.2 app/views/devise/confirmations/new.html.erb