Sha256: 829980c1d7a25be7201c8e745480fdfeeeb3ab107e14714027966d9814171bde

Contents?: true

Size: 1.6 KB

Versions: 18

Compression:

Stored size: 1.6 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">Change Your Password</div>
			</div>
			<div style="padding-top:30px" class="panel-body">
				<%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put, class: 'form-vertical multiple_tags', role: 'form' }) do |f| %>
					<%= f.error_notification %>
					<%= f.full_error :reset_password_token %>
					<%= render 'shared/validation', object: f.object %>
					<%= f.input :reset_password_token, as: :hidden %>
					<div style="margin-bottom: 25px" class="input-group">
						<span class="input-group-addon"><i class="fa fa-asterisk"></i></span>
						<%= f.input_field :password, label: "New password", required: true, autofocus: true, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length), :class => "form-control", :placeholder => "New Password" %>
					</div>
					<div style="margin-bottom: 25px" class="input-group">
						<span class="input-group-addon"><i class="fa fa-asterisk"></i></span>
						<%= f.input_field :password_confirmation, label: "Confirm your new password", required: true, :class => "form-control", :placeholder => "Confirm Password" %>
					</div>
					<div style="margin-top:10px" class="form-group">
							<%= f.button :submit, "Change my password", :class => "btn btn-primary" %>
					</div>
					<div id="loginborder">
						<%= render "devise/shared/links" %>
					</div>
				<% end %>
			</div>
		</div>
	</div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

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