CDRH / family_letters

Family Letters Rails Site
https://familyletters.unl.edu
0 stars 0 forks source link

For "Teach" section, include URL in the bottom of the page #124

Closed karindalziel closed 4 years ago

karindalziel commented 4 years ago

We would like to have the URL of the site print when someone prints a "teach" lesson plan.

I think we should just have something at the very bottom of the page that looks like this:

<span class="print_url_container">
  <span class="print_url_description">Address of this resource:</span>
  <span class="print_url">https://cdrhdev1.unl.edu/family_letters/learn/lesson01</span>
</span>

(feel free to change class names)

I will then hide this int he screen view and show it in the print view.

We could just add this to the footer for all pages, rather than just adding it to the teach pages.

jduss4 commented 4 years ago

https://github.com/CDRH/family_letters/commit/d8098ed47efd788208a8e674d636697bb80f1ac0