Skip to content

Commit

Permalink
Merge pull request #277 from sephcoster/peerFix
Browse files Browse the repository at this point in the history
Updated Peer Show language
  • Loading branch information
DarthDippy committed Jan 21, 2015
2 parents df72dd4 + f0a9db6 commit e0002ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapusaurus/mapping/templates/partial/map_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h6 class="item-sub">{{ inst.institution.institution_id }}</h6>

{% if institution_peers.count > 0 %}
<div id="lender-peers" class="map-divider lighter">
<input type="checkbox" id="peerSelect" style="display:inline-block"/><h6 class="header-name" style="display:inline-block">Include Peer LAR ({{ institution_peers.count}} Peer{{ institution_peers.count|pluralize}}) <span class="tooltipsy hidden peer-component" title="Peers are institutions that have between 50% and 200% of {{lender.name}} LAR count, and and a similar percentage of overall FHA Applications in {{ metro.name}}"><i class="cf-icon cf-icon-information-round"></i></span></h6>
<input type="checkbox" id="peerSelect" style="display:inline-block"/><h6 class="header-name" style="display:inline-block">Show Peer LAR ({{ institution_peers.count}} Peer{{ institution_peers.count|pluralize}}) <span class="tooltipsy hidden peer-component" title="Peers are institutions that have between 50% and 200% of {{lender.name}} LAR count, and and a similar percentage of overall FHA Applications in {{ metro.name}}. By checking this box, you show the combined LAR count of the below peers on the map, without the selected institution included."><i class="cf-icon cf-icon-information-round"></i></span></h6>
</div>
<div style="max-height:275px; overflow:scroll" class="map-divider lighter hidden" id="lender-peers-list">
{% for peer in institution_peers %}
Expand Down

0 comments on commit e0002ac

Please sign in to comment.