qa: new button to speed up +1

This commit is contained in:
nemunaire 2020-09-09 21:15:58 +02:00
commit 70afa61814
2 changed files with 20 additions and 0 deletions

View file

@ -38,11 +38,15 @@
<th ng-repeat="field in fields">
{{ field }}
</th>
<th></th>
</tr>
</thead>
<tbody ng-if="queries.length">
<tr ng-repeat="(qid, q) in queries" ng-click="showComments(qid)" ng-class="{'bg-warning': qid == query_selected}">
<td ng-repeat="field in fields" ng-bind-html="q[field]"></td>
<td>
<button type="button" ng-click="thumbUp(qid)" class="btn btn-sm btn-light"><span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span></button>
</td>
</tr>
</tbody>
<tbody ng-if="!queries.length">