Bug 1215617 - Print a friendly message when compare view is empty

Including a hint to change the filters.
This commit is contained in:
William Lachance 2015-10-23 11:12:33 -04:00
Родитель c4a067ef99
Коммит 220529f04a
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -94,3 +94,9 @@
</tr>
</tbody>
</table>
<p class="lead text-center" ng-show="!filteredTestList.length">
No results to show for these two revisions.
<span ng-show="testList.length">
Try changing your filter settings?
</span>
</p>