Sha256: 70a4472338d86c1c9e4338bce545b0013164efd959b3bf8601b20402276d81d1

Contents?: true

Size: 648 Bytes

Versions: 4

Compression:

Stored size: 648 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://beta.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.0 app/views/lookbook/index.html.erb
lookbook-1.0.0.rc.3 app/views/lookbook/index.html.erb
lookbook-1.0.0.rc.2 app/views/lookbook/index.html.erb
lookbook-1.0.0.rc.1 app/views/lookbook/index.html.erb