Skip to content

Commit

Permalink
Add class to distance item
Browse files Browse the repository at this point in the history
  • Loading branch information
danbatsb committed Aug 3, 2015
1 parent cba7108 commit 7896441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/templates/NearestItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 id="${featureId}-feature-name" class="${baseClass}-text-place-title">${featu
<div id="${featureId}-field-values" class="${baseClass}-text-place-basic-details" >
<div class="${baseClass}-details" data-dojo-attach-point="featureDetails"></div>
</div>
<span style="display: ${showDistanceVisible}">${distance}&nbsp;${units}</span>
<span class="${baseClass}-item-distance" style="display: ${showDistanceVisible}">${distance}&nbsp;${units}</span>
<span class="${baseClass}-showonmap-link" style="display: ${showOnMapVisible}">
<button data-dojo-attach-point="mapButton" type="button" class="btn btn-link" title="${showOnMapTitleText}">${showOnMapLinktext}</button>
</span>
Expand Down

0 comments on commit 7896441

Please sign in to comment.