Uncomments the code for the carousel title links in the Bootstrap OPAC.
To test:
After applying the patch the titles displayed in a carousel should
then provide links to the title's bibliographic record.
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
</div>
<div class="titleText">
<span class="carousel-entry-title">
- <!-- <a href="[% mkurl(ctx.opac_root _ '/record/' _ bib.id) %]"> -->
+ <a href="[% mkurl(ctx.opac_root _ '/record/' _ bib.id) %]">
[% bib.title | html %]
- <!-- </a> -->
+ </a>
</span>
</div>