Sha256: 74ec133e45f27c6419b8730bbeebd8b0877797f38e768fb53a888c7c87702d87

Contents?: true

Size: 1.23 KB

Versions: 6

Compression:

Stored size: 1.23 KB

Contents

<div class="w-full max-w-xs">
    <h1 class="font-hairline mb-6 text-center">Resend Unlock Info</h1>

    <%= form_for(resource,
                 as: resource_name,
                 url: unlock_path(resource_name),
                 html: {
                         method: :post,
                         class: "bg-white mb-4 px-8 pt-6 pb-8 rounded shadow-md"
                 }
        ) do |f| %>

        <%= devise_error_messages! %>

        <div class="mb-4">
            <%= f.label :email, class: "block font-bold mb-2 text-gray-700 text-sm" %>
            <%= f.email_field :email,
                              autofocus: true,
                              autocomplete: "email",
                              class: "appearance-none border leading-tight focus:outline-none px-3 py-2 rounded shadow focus:shadow-outline text-gray-700 w-full"
            %>
        </div>

        <div class="mb-4">
            <%= f.submit "Resend unlock instructions",
                         class: "button bg-blue-500 hover:bg-blue-700 font-bold text-white focus:outline-none py-2 px-4 rounded focus:shadow-outline w-full"
            %>
        </div>

        <%= render "devise/shared/links" %>
<% end %>

    <%= render "devise/shared/form_footer" %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
devise-tailwindcssed-0.1.6 app/views/devise/unlocks/new.html.erb
devise-tailwindcssed-0.1.4 app/views/devise/unlocks/new.html.erb
devise-tailwindcssed-0.1.5 app/views/devise/unlocks/new.html.erb
devise-tailwindcssed-0.1.3 app/views/devise/unlocks/new.html.erb
devise-tailwindcssed-0.1.1 app/views/devise/unlocks/new.html.erb
devise-tailwindcssed-0.1.0 app/views/devise/unlocks/new.html.erb