Message when wrong number of poems displayed

This commit is contained in:
Vit Brunner
2019-02-04 22:55:11 +01:00
parent 8dbccb3067
commit 68398cba95
3 changed files with 23 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@
.pick(ng-show="pick")
.pick-in
div#too-few(ng-hide="! tooFew") There is no escape.
div#too-many(ng-hide="! tooMany") You can only compare five translations at the moment. Choose wisely.
table
tr
th(ng-repeat="attribute in metaKeys" ng-bind-html="attribute")