Sha256: e652a61f1e99ce5a575addf0ece71d0006aa4d7e02bffd2741f403f57655dee5
Contents?: true
Size: 1.74 KB
Versions: 4
Compression:
Stored size: 1.74 KB
Contents
<!-- -PHCDEV- Title System --> <% phc_title resource_name.to_s.humanize + " Unlock Password" %> <% phc_title_tagline "Unlock Your " + resource_name.to_s.humanize + " Unlock Password" %> <% phc_breadcrumb_one link_to resource_name.to_s.humanize + " Home", phcdevworks_accounts_devise.user_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %> <!-- -PHCDEV- Title System --> <!-- -PHCDEV- Bradcrumbs --> <ol class="breadcrumb float-xl-end"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- -PHCDEV- Header --> <!-- -PHCDEV- Panel --> <div class="panel panel-inverse"> <!-- -PHCDEV- Panel - Heading --> <div class="panel-heading"> <h4 class="panel-title"><%= yield(:phc_title) %></h4> </div> <!-- -PHCDEV- Panel - Heading --> <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |form| %> <!-- Devise Error Message --> <%= render "devise/shared/error_messages", resource: resource %> <!-- Devise Error Message --> <div class="mb-3"> <label class="mb-2"><%= form.label :email %></label> <%= form.email_field :email, autofocus: true, autocomplete: "email", class: "form-control fs-13px", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> </div> <%= form.submit "Resend unlock instructions", class: "btn btn-primary block full-width" %> <% end %> </div> <!-- -PHCDEV- Panel - Body --> </div> <!-- -PHCDEV- Panel -->
Version data entries
4 entries across 4 versions & 1 rubygems