Sha256: adb92ed4165a3913a885828c27b612a26854f1f52c2d043b7dd40f9980f9416f

Contents?: true

Size: 1.97 KB

Versions: 49

Compression:

Stored size: 1.97 KB

Contents

<div class="empty-page-block">
  <h2>Welcome to your new exhibit!</h2>

  <% unless current_user %>
    <p>In order to curate exhibit content, you need to <%= link_to t('spotlight.header_links.login'), main_app.new_user_session_path %></p>
  <% end %>

  <% if can? :edit, @page %>
    <p>When you're ready to begin building your exhibit, here's how to get started:</p>

    <ol>
      <% if can? :update, current_exhibit %>
        <li>Visit the <%= link_to "Configuration > General", edit_exhibit_path(current_exhibit) %> page to configure the exhibit title and subtitle.</li>

        <li>Next, go to the <%= link_to "Configuration > Appearance", edit_exhibit_appearance_path(current_exhibit) %> page to add a site masthead image and configure other appearance options.</li>
      <% end %>

      <% if can? :manage, Spotlight::Role.new(resource: current_exhibit) %>
        <li>If you want help building the exhibit, use the <%= link_to "Configuration > Users", exhibit_roles_path(current_exhibit) %> page to add other user accounts.</li>
      <% end %>

      <% if Spotlight::Engine.config.resource_partials.any? %>
        <li>Add items to the exhibit. Go to the <%= link_to "Curation > Items", admin_exhibit_catalog_path(current_exhibit) %> page and select <b>Add items</b>. You can add items individually or in bulk via a CSV file.</li>
      <% end %>

      <% if can? :update, current_exhibit.blacklight_configuration %>
        <li>Use the other curation pages, such as <%= link_to "Curation > Metadata", edit_exhibit_metadata_configuration_path(current_exhibit) %> and <%= link_to "Curation > Search", edit_exhibit_search_configuration_path(current_exhibit) %>, to customize the way various features are presented to exhibit visitors.</li>
      <% end %>

      <li>Visit the Spotlight <%= link_to "documentation pages", "https://github.com/projectblacklight/spotlight/wiki" %> to learn how to add and edit feature pages, about pages, custom browse categories, and more.</li>
    </ol>
  <% end %>
</div>

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
blacklight-spotlight-4.3.6 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.1.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.1.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.0.3 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.0.2 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.0.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-4.0.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/home_pages/_empty.html.erb