Skip to content
Snippets Groups Projects
Verified Commit 6e5a8698 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added info about the number of profiles found

parent 0517302d
No related branches found
No related tags found
No related merge requests found
Pipeline #4234 passed
......@@ -36,6 +36,9 @@
<div v-if="isLoading" class="progress">
<div class="indeterminate"></div>
</div>
<p>
{{ filteredSuggestions.length }} profiles found with retribute information ({{ allSuggestions.length }} in total)
</p>
<ul class="collection">
<li class="collection-item avatar" v-for="suggestion in filteredSuggestions" :key="suggestion.fullId">
<img v-if="suggestion.avatar" :src="suggestion.avatar" alt="" class="circle">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment