fix: fix space in conferences.htm

This commit is contained in:
tdurieux
2021-09-07 00:17:41 +02:00
parent 62f5d3e0e2
commit 3250cdea9c

View File

@@ -216,8 +216,8 @@
</div>
</div>
</li>
<li class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary" ng-if="conferences.length == 0">
There are no conference entries. You can create a <a href="/conference/new">new one</a>.
<li class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary" ng-if="filteredConferences.length == 0">
There are no conference entries. You can create aq&nbsp;<a href="/conference/new">new one</a>.
</li>
</ul>
</div>