Sha256: 224b4d192d34d1bd69971a1104f3937efe8f83926994b6f56e8ef1bf254d986a

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

Contents

<div class="flex min-h-full">
  <div class="flex flex-1 flex-col justify-center py-12 px-4 sm:px-6 lg:flex-none lg:px-20 xl:px-24">
    <div class="mx-auto w-full max-w-sm lg:w-96">
      <div>
        <%= render('layouts/flash') %>
        <%= image_tag Tybo.configuration.logo_url, class: 'h-12 w-auto'%>
        <h2 class="mt-6 text-3xl font-bold tracking-tight text-gray-900">Forgot your password?</h2>
      </div>

      <div class="mt-8">
        <div class="mt-6">
        <%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
            <div>
             <%= f.input :email,
                required: false,
                autofocus: true,
                input_html: { autocomplete: "email" },
                class: 'block text-sm font-medium text-gray-700' %>
            </div>

            </div>
            <div class="mt-5">
              <%= f.button :submit, I18n.t("devise.passwords.new.send_me_reset_password_instructions"), class: "flex w-full justify-center rounded-md border border-transparent bg-tybo-600 py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-tybo-700 focus:outline-none focus:ring-2 focus:ring-tybo-500 focus:ring-offset-2"  %>
            </div>
          <% end %>
        </div>
      </div>
        <%= render "devise/shared/links" %>
    </div>
  </div>
  <%= render(CoverComponent.new) %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tybo-0.0.17 app/views/devise/passwords/new.html.erb
tybo-0.0.16 app/views/devise/passwords/new.html.erb
tybo-0.0.15 app/views/devise/passwords/new.html.erb
tybo-0.0.14 app/views/devise/passwords/new.html.erb
tybo-0.0.13 app/views/devise/passwords/new.html.erb
tybo-0.0.12 app/views/devise/passwords/new.html.erb