Sha256: 3e82f81c05b9573deccf4453dd4406b29e82b7715fb3ff9733ac9e971d07a523
Contents?: true
Size: 735 Bytes
Versions: 134
Compression:
Stored size: 735 Bytes
Contents
<div class="empty-page-block"> <h2>Welcome to Spotlight!</h2> <% unless current_user %> <p>In order to create exhibits, you need to <%= link_to t('spotlight.header_links.login'), main_app.new_user_session_path %></p> <% end %> <% if can? :create, Spotlight::Exhibit %> <p>When you're ready to begin building your exhibit, here's how to get started:</p> <ol> <li>Visit the <%= link_to "Create Exhibit", new_exhibit_path %> page to create a new exhibit.</li> <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
134 entries across 134 versions & 1 rubygems