Don't display review IDs on results page.
This commit is contained in:
parent
20afc3f165
commit
d4de2245b2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user