Sha256: d9e0f2198843c74ad5430308c889d0dd3ff4f5d5206f0e697899d0cf7c8b4f7e
Contents?: true
Size: 768 Bytes
Versions: 31
Compression:
Stored size: 768 Bytes
Contents
<%= form_with url: spina.admin_password_resets_path do |f| %> <div class="flex flex-col max-w-xs mx-auto items-center"> <div class="py-8"> <%= image_tag 'spina/spina.svg', width: 75 %> </div> <% if flash[:alert] %> <div class="bg-red-400 p-2 px-4 rounded-full font-medium text-white mb-5"> <%= flash[:alert] %> </div> <% end %> <%= f.email_field :email, placeholder: Spina::User.human_attribute_name(:email), class: 'form-input w-full' %> <%= button_tag type: :submit, class: "btn btn-primary h-10 mt-3 w-full" do %> <%= t('spina.forgot_password.request') %> <% end %> <%= link_to t('spina.login'), spina.admin_login_path, class: "btn btn-default h-10 mt-3 w-full" %> </div> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems