mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 06:08:06 +02:00
fix: conference repository list empty message
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary"
|
class="col-12 d-flex px-0 py-3 border-bottom color-border-secondary"
|
||||||
ng-if="conference.filteredRepositories.length == 0"
|
ng-if="filteredRepositories.length == 0"
|
||||||
>
|
>
|
||||||
There is no repository to display.
|
There is no repository to display.
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user