Sha256: 390ed6a930a82fa19175417a19df0541228a9059956fb6f29fbef410e8da2d39

Contents?: true

Size: 2 KB

Versions: 11

Compression:

Stored size: 2 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(exhibit: 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 %>

      <% unless Spotlight::Engine.config.resource_providers.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 non-repository item</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

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-spotlight-0.13.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.12.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.12.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.11.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.10.3 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.10.2 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.10.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.10.0 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.9.2 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.9.1 app/views/spotlight/home_pages/_empty.html.erb
blacklight-spotlight-0.9.0 app/views/spotlight/home_pages/_empty.html.erb