Sha256: ec1029cde067368ad65492cf225dbed21018fad781bdd0da450a8b77f74ae625

Contents?: true

Size: 1003 Bytes

Versions: 32

Compression:

Stored size: 1003 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

32 entries across 32 versions & 1 rubygems

Version Path
mtdevise-3.10.1 app/views/devise/confirmations/new.html.erb
mtdevise-3.10.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.9.1 app/views/devise/confirmations/new.html.erb
mtdevise-3.9.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.8.4 app/views/devise/confirmations/new.html.erb
mtdevise-3.8.3 app/views/devise/confirmations/new.html.erb
mtdevise-3.8.2 app/views/devise/confirmations/new.html.erb
mtdevise-3.8.1 app/views/devise/confirmations/new.html.erb
mtdevise-3.8.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.7.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.6.2 app/views/devise/confirmations/new.html.erb
mtdevise-3.6.1 app/views/devise/confirmations/new.html.erb
mtdevise-3.6.0 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.11 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.10 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.9 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.8 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.7 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.5 app/views/devise/confirmations/new.html.erb
mtdevise-3.5.1 app/views/devise/confirmations/new.html.erb