From 5976c8afa4e9a9da18821d1f1d4cca488dd15efe Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <ericrasmussen1@gmail.com> Date: Wed, 25 May 2022 14:44:08 -0500 Subject: [PATCH] Update breadcrumb and footer text --- app.rb | 7 +++---- views/template_partials/footer.erb | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app.rb b/app.rb index aedb5b9..08ab46d 100644 --- a/app.rb +++ b/app.rb @@ -51,9 +51,8 @@ before do @title = 'UNL Resource Scheduler' @breadcrumbs = [ { - :href => 'http://www.unl.edu/', - :text => 'UNL', - :title => 'University of Nebraska–Lincoln' + :href => 'https://www.unl.edu/', + :text => 'Nebraska', }, { :href => '/', @@ -192,4 +191,4 @@ get '/kiosk-logout/' do } end -Dir.glob("#{ROOT}/routes/*.rb") { |file| require file } \ No newline at end of file +Dir.glob("#{ROOT}/routes/*.rb") { |file| require file } diff --git a/views/template_partials/footer.erb b/views/template_partials/footer.erb index 4ce4674..7b0015e 100644 --- a/views/template_partials/footer.erb +++ b/views/template_partials/footer.erb @@ -1,7 +1,7 @@ <nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading"> <div class=""> <h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-1-heading">About UNL Resource Scheduler</h3> - <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group at Nebraska</a>. DXG is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p> + <p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group</a> at <a href="http://www.unl.edu/">Nebraska</a>. DXG is part of <a href="https://ucomm.unl.edu/">University Communication & Marketing</a>.</p> </div> </nav> <nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading"> @@ -12,4 +12,4 @@ <li><a href="https://ucomm.unl.edu/">University Communication</a></li> <li><a href="https://its.unl.edu/">Information Technology Services</a></li> </ul> -</nav> \ No newline at end of file +</nav> -- GitLab