diff --git a/app/views/catalog/_home_text.html.erb b/app/views/catalog/_home_text.html.erb index 5098e0eef7..8e8955d384 100644 --- a/app/views/catalog/_home_text.html.erb +++ b/app/views/catalog/_home_text.html.erb @@ -1,41 +1,32 @@ -
-

<%= t('blacklight.welcome') %>

+
+

<%= t('blacklight.welcome') %>

-
-

A multi-institutional open-source collaboration building a better discovery platform framework.

-
+

Blacklight is a multi-institutional open-source collaboration building a better discovery platform framework.

-
-

Here’s how to get started:

+

+ <%= link_to 'Read the Documentation', 'https://github.com/projectblacklight/blacklight/wiki', class: 'btn btn-primary' %> + <%= link_to 'See Examples', 'http://projectblacklight.org', class: 'btn btn-secondary' %> +

+
-

-

    -
  1. To modify this text, you need to override the Blacklight-provided view. - You can copy this file, located in the blacklight gem:
    - <%= Blacklight.root %>/app/views/catalog/_home_text.html.erb
    - to your own application:
    - <%= Rails.root %>/app/views/catalog/_home_text.html.erb -
  2. -
  3. Index your own data into Solr
  4. -
  5. Configure Blacklight to match your data and user-experience needs
  6. -
  7. Get in touch with your comments, questions, and ideas
  8. -
-

-
+
+

Here’s how to get started customizing your application:

- +
  • Index your own data into Solr
  • +
  • Configure Blacklight to match your data and user-experience needs
  • +
  • Get in touch with your comments, questions, and ideas
  • + +

    <%# This is the same panel shown in the Rails welcome template %>