When viewing a patron record, make the email address
an active link. If the staff user has their browser
configured correctly, clicking the link will launch
the email service of their choice.
</div>
<div class="row">
<div class="col-md-5">[% l('Email') %]</div>
- <div class="col-md-7">{{patron().email()}}</div>
+ <div class="col-md-7"><a href="mailto:{{patron().email()}}">{{patron().email()}}</a></div>
</div>
<div class="row" ng-repeat="map in summary_stat_cats()">
<div class="col-md-5">{{map.stat_cat().name()}}</div>