Fix V1 tags not showing badge correctly

This commit is contained in:
Alasdair Smith 2017-11-03 10:30:48 +00:00
parent d5cfd34bb7
commit d9c19ccdc4

View file

@ -66,7 +66,7 @@
span.name {{tag.name}}
span.subdued ({{tag.project_ids.length}})
span.v1-badge(
ng-if="tag.isShowingV1Projects",
ng-if="tag.isV1",
ng-cloak,
aria-label=translate("v1_badge")
)