Sha256: efc604d06daf0bc49d6f22c05fc109160ad96c16daac205d6df0c94f7476c128
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
<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> <img class="h-12 w-auto" src="https://www.datocms-assets.com/33962/1667497145-logo-colored.svg" alt="Your Company"> <h2 class="mt-6 text-3xl font-bold tracking-tight text-gray-900">Sign in to your account</h2> </div> <div class="mt-4"> <% @resources.each do |resource| %> <a href="<%=send("new_#{resource.to_s}_session_path")%>" class="mt-2 flex w-full justify-center rounded-md border border-transparent bg-indigo-600 py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"> Sign in as <%= I18n.t("bo.#{resource.to_s}.one")%> </a> <% end %> </div> </div> </div> <div class="relative hidden w-0 flex-1 lg:block"> <img class="absolute inset-0 h-full w-full object-cover" src="https://tymate.com/_next/image?url=https%3A%2F%2Fwww.datocms-assets.com%2F33962%2F1667561118-natif-dribbble-2.png%3Fw%3D1600&w=1920&q=75" alt=""> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tybo-0.0.5 | app/views/devise/login/home.html.erb |
tybo-0.0.4 | app/views/devise/login/home.html.erb |