Skip to content

Commit

Permalink
Merge pull request #986 from scientist-softserv/i830-add-hyku-version…
Browse files Browse the repository at this point in the history
…-number-to-proprietor-splash

🎁 Add Hyku version and license to proprietor page
  • Loading branch information
kirkkwang authored Mar 7, 2024
2 parents 9cdcb37 + 163bc65 commit bfa7fb2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="">
<h1>Collaborative Repository</h1>
<h3 class="splash-page">
Welcome to our shared repository, where you'll find scholarly research, cultural heritage items,
Welcome to our shared repository, where you'll find scholarly research, cultural heritage items,
educational materials, and more from libraries across PALNI, PALCI, and other <a href="http://hykuforconsortia.org/" target="_blank">Hyku for Consortia</a> partners.
</h3>
<h3 class="splash-page">
Expand Down Expand Up @@ -62,5 +62,20 @@
<li><%= link_to "About", "https://www.hykuforconsortia.org", target: "blank" %></li>
<li><%= mail_to "[email protected]", "Contact" %></li>
</ul>
<div class="container-fluid">
<div class="navbar-text text-left">
<p><%= t('hyrax.footer.service_html') %></p>
<p>Hyku v<%= Hyku::VERSION %></p>
</div>
<div class="navbar-right">
<div class="navbar-text text-right">
<p><%= t('hyrax.footer.copyright_html', current_year: Time.now.year) %></p>
<p><%= t('hyrax.background_attribution_html') %></p>
</div>
<div class="navbar-text text-right">
<p><a href="https://hykuforconsortia.palni.org/privacy" target="_blank">Privacy Policy</a></p>
</div>
</div>
</div>
</nav>
</section>

0 comments on commit bfa7fb2

Please sign in to comment.