Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
6e5a8698
Verified
Commit
6e5a8698
authored
Jun 06, 2019
by
Eliot Berriot
Browse files
Added info about the number of profiles found
parent
0517302d
Pipeline
#4234
passed with stages
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Suggestions.vue
View file @
6e5a8698
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment