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">
|
<table class="table table-striped table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Id</th>
|
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Distance to user</th>
|
<th>Distance to user</th>
|
||||||
<th>Closest station</th>
|
<th>Closest station</th>
|
||||||
@ -101,7 +100,6 @@
|
|||||||
</thead>
|
</thead>
|
||||||
{{#each results}}
|
{{#each results}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{id}}</td>
|
|
||||||
<td><a href="javascript:accessReview({{id}});">{{name}}</a></td>
|
<td><a href="javascript:accessReview({{id}});">{{name}}</a></td>
|
||||||
<th>{{distanceToUser}} km</th>
|
<th>{{distanceToUser}} km</th>
|
||||||
<th>{{closestStn}}</th>
|
<th>{{closestStn}}</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user