Sha256: e911fbe6ef453ad7aca6b6cd02a7b123600689935e1051c6664d51e10bc57747

Contents?: true

Size: 643 Bytes

Versions: 4

Compression:

Stored size: 643 Bytes

Contents

<div id="landing" class="flex flex-col items-center justify-center h-full w-full">
  <div class="text-center" id="landing-<%= Lookbook.previews? ? "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 Lookbook.previews? %>
        <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

4 entries across 4 versions & 1 rubygems

Version Path
lookbook-1.0.4 app/views/lookbook/index.html.erb
lookbook-1.0.3 app/views/lookbook/index.html.erb
lookbook-1.0.2 app/views/lookbook/index.html.erb
lookbook-1.0.1 app/views/lookbook/index.html.erb