Sha256: 211619b48849e461d2613604be23f9ce8eb42443c177d08f993d52f744f96bb6

Contents?: true

Size: 635 Bytes

Versions: 8

Compression:

Stored size: 635 Bytes

Contents

<div id="landing" class="flex flex-col items-center justify-center h-full w-full">
  <div class="text-center" id="landing-<%= @previews.any? ? "with" : "no" %>-content">
    <h5 class="text-base text-lookbook-blank-slate-title truncate uppercase font-black tracking-wider mb-2">
      <%= config.project_name %>
    </h5>
    <div class="opacity-60">
      <% if @previews.any? %>
        <p>Select a preview from the nav to get started.</p>
      <% else %>
        <p><a class="underline" href="https://lookbook.build/guide/previews" target="_blank">Create a preview</a> to get started.</p>
      <% end %>
    </div>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lookbook-1.2.1 app/views/lookbook/index.html.erb
lookbook-1.2.0 app/views/lookbook/index.html.erb
lookbook-1.1.1 app/views/lookbook/index.html.erb
lookbook-1.1.0 app/views/lookbook/index.html.erb
lookbook-1.0.8 app/views/lookbook/index.html.erb
lookbook-1.0.7 app/views/lookbook/index.html.erb
lookbook-1.0.6 app/views/lookbook/index.html.erb
lookbook-1.0.5 app/views/lookbook/index.html.erb