app/views/spotlight/home_pages/_empty.html.erb in blacklight-spotlight-0.8.2 vs app/views/spotlight/home_pages/_empty.html.erb in blacklight-spotlight-0.9.0
- old
+ new
@@ -8,16 +8,16 @@
<% 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 "Administrative Dashboard Settings", edit_exhibit_path(current_exhibit) %> page to configure the exhibit title and subtitle.</li>
+ <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 "Administration > Appearance", edit_exhibit_appearance_path(current_exhibit) %> page to add a site masthead image and configure other appearance options.</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 "Administration > Users", exhibit_roles_path(current_exhibit) %> page to add other user accounts.</li>
+ <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 %>
\ No newline at end of file