Sha256: bfe85df3bde76d4cc3c4180d30515d737b84fea50f339e4385876ecd5b941326

Contents?: true

Size: 1.18 KB

Versions: 19

Compression:

Stored size: 1.18 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" >
				<%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), , html: { method: :put, class: 'form-vertical multiple_tags', role: 'form'}) do |f| %>
					<%= f.error_notification %>
					<%= f.full_error :unlock_token %>
					<%= 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">
						<div class="col-sm-12 controls">
							<%= f.button :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

19 entries across 19 versions & 1 rubygems

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