Sha256: acfbef524651a14ae465e5639f335a1df85e3e607ac0ae6ee2d6d319a24abfa2
Contents?: true
Size: 831 Bytes
Versions: 9
Compression:
Stored size: 831 Bytes
Contents
<%= render(Devise::FormComponent.new(title: I18n.t("bo.devise.forgot_password") )) do %> <%= 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 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", data: { turbo: false } %> </div> <% end %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems