Sha256: 8525578ef8f2de1fb76a50a243eb86d6373c8282b894f9a20b77f28af14e15e2

Contents?: true

Size: 828 Bytes

Versions: 49

Compression:

Stored size: 828 Bytes

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>
        <%= image_tag Tybo.configuration.logo_url, class: 'h-12 w-auto' %>
      </div>
      <div class="mt-4">
      <% @resources.each do |resource| %>
      <%= link_to I18n.t("bo.devise.sign_in_as.#{resource.to_s}"),
                  send("new_#{resource.to_s}_session_path"),
                  class:'mt-2 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 }  %>
      <% end %>
      </div>
    </div>
  </div>
  <%= render(CoverComponent.new) %>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
tybo-0.3.26 app/views/login/home.html.erb
tybo-0.3.24 app/views/login/home.html.erb
tybo-0.3.23 app/views/login/home.html.erb
tybo-0.3.22 app/views/login/home.html.erb
tybo-0.3.21 app/views/login/home.html.erb
tybo-0.3.20 app/views/login/home.html.erb
tybo-0.3.19 app/views/login/home.html.erb
tybo-0.3.18 app/views/login/home.html.erb
tybo-0.3.17 app/views/login/home.html.erb
tybo-0.3.16 app/views/login/home.html.erb
tybo-0.3.15 app/views/login/home.html.erb
tybo-0.3.14 app/views/login/home.html.erb
tybo-0.3.13 app/views/login/home.html.erb
tybo-0.3.12 app/views/login/home.html.erb
tybo-0.3.11 app/views/login/home.html.erb
tybo-0.3.10 app/views/login/home.html.erb
tybo-0.3.9 app/views/login/home.html.erb
tybo-0.3.8 app/views/login/home.html.erb
tybo-0.3.7 app/views/login/home.html.erb
tybo-0.3.6 app/views/login/home.html.erb