Sha256: d54e501556d2812f8dad5d6169a9f2435fbc4f852deea739c9f883cef2a56476

Contents?: true

Size: 1.98 KB

Versions: 3

Compression:

Stored size: 1.98 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_index_path(current_exhibit) %> page and click <strong>Add items</strong>. 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/sul-dlss/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

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.17.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.17.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.16.0 app/views/spotlight/home_pages/_empty.html.erb