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.4 app/views/login/home.html.erb
tybo-0.3.3 app/views/login/home.html.erb
tybo-0.3.1 app/views/login/home.html.erb
tybo-0.2.6 app/views/login/home.html.erb
tybo-0.2.5 app/views/login/home.html.erb
tybo-0.2.4 app/views/login/home.html.erb
tybo-0.2.3 app/views/login/home.html.erb
tybo-0.2.2 app/views/login/home.html.erb
tybo-0.2.0 app/views/login/home.html.erb
tybo-0.1.2 app/views/login/home.html.erb
tybo-0.1.0 app/views/login/home.html.erb
tybo-0.0.40 app/views/login/home.html.erb
tybo-0.0.39 app/views/login/home.html.erb
tybo-0.0.38 app/views/login/home.html.erb
tybo-0.0.37 app/views/login/home.html.erb
tybo-0.0.36 app/views/login/home.html.erb
tybo-0.0.35 app/views/login/home.html.erb
tybo-0.0.34 app/views/login/home.html.erb
tybo-0.0.32 app/views/login/home.html.erb
tybo-0.0.31 app/views/login/home.html.erb