Sha256: 82a02b537d859575549b3c33aa6ce42b7c4c3f8f94e4e03366d2746ae15b072b

Contents?: true

Size: 860 Bytes

Versions: 17

Compression:

Stored size: 860 Bytes

Contents

<%= render "lookbook/partials/blank_slate" do %>
  <% if @blank_slate %>
    <%= lookbook_render :message,
      id: "welcome-message",
      title: "Welcome to your Lookbook!",
      icon: :logo do %>
      <p>
        There isn't much to see yet, but
        <%= link_to "component previews",
          "#{@config.links.docs}/guide/previews",
          target: "_blank"
        %>
        and
        <%= link_to "content pages",
          "#{@config.links.docs}/guide/pages",
          target: "_blank"
        %>
        will show up here as soon as they are added.
      </p>
    <% end %>
  <% else %>
    <%= lookbook_render :message,
      id: "get-started-message",
      title: @config.project_name,
      icon: :inspect,
      icon_position: :right do %>
      <p>Select a preview from the nav to get started.</p>
    <% end %>
  <% end %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
lookbook-2.1.1 app/views/lookbook/index.html.erb
lookbook-2.1.0 app/views/lookbook/index.html.erb
lookbook-2.0.5 app/views/lookbook/index.html.erb
lookbook-2.0.4 app/views/lookbook/index.html.erb
lookbook-2.0.3 app/views/lookbook/index.html.erb
lookbook-2.0.2 app/views/lookbook/index.html.erb
lookbook-2.0.1 app/views/lookbook/index.html.erb
lookbook-2.0.0 app/views/lookbook/index.html.erb
lookbook-2.0.0.rc.3 app/views/lookbook/index.html.erb
lookbook-2.0.0.rc.2 app/views/lookbook/index.html.erb
lookbook-2.0.0.rc.1 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.9 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.8 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.7 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.6 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.5 app/views/lookbook/index.html.erb
lookbook-2.0.0.beta.4 app/views/lookbook/index.html.erb