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>
</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>