Sha256: 8012df89486c446ea0a4947a5a0b9ee79516719d45eb15e31c5e3df3ff054640
Contents?: true
Size: 726 Bytes
Versions: 21
Compression:
Stored size: 726 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/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
21 entries across 21 versions & 1 rubygems