Skip to content

Commit

Permalink
Merge pull request #384 from cfpb/peer-ids
Browse files Browse the repository at this point in the history
Remove year from peer IDs
  • Loading branch information
sleitner committed Mar 17, 2016
2 parents 7f50d41 + 1a17375 commit 16b136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapusaurus/mapping/templates/partial/map_actions.html
Expand Up @@ -106,7 +106,7 @@ <h6 class="item-sub">{{ inst.institution.agency_id }}{{ inst.institution.respond
{% for peer in institution_peers %}
<div class="header-group divided">
<h6 class="item-main"><a class="peer-link" data-instid="{{ peer.institution.institution_id}}" target="_blank" href="#">{{ peer.institution.name }}</a></h6>
<h6 class="item-sub">{{ peer.institution.institution_id }} | {{ peer.lar_count}} LAR</h6>
<h6 class="item-sub">{{ peer.institution.agency_id }}{{ peer.institution.respondent_id }} | {{ peer.lar_count}} LAR</h6>
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit 16b136c

Please sign in to comment.