1

Don't display review IDs on results page.

This commit is contained in:
Alex Yatskov 2015-03-17 11:34:04 +09:00
parent 20afc3f165
commit d4de2245b2

View File

@ -91,7 +91,6 @@
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Distance to user</th>
<th>Closest station</th>
@ -101,7 +100,6 @@
</thead>
{{#each results}}
<tr>
<td>{{id}}</td>
<td><a href="javascript:accessReview({{id}});">{{name}}</a></td>
<th>{{distanceToUser}} km</th>
<th>{{closestStn}}</th>