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
422eaa7d
Verified
Commit
422eaa7d
authored
Jun 09, 2019
by
Eliot Berriot
Browse files
Fixed empty bullet point
parent
6b25d263
Pipeline
#4252
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/About.vue
View file @
422eaa7d
...
...
@@ -41,7 +41,7 @@
You can connect your accounts on the following platforms to Retribute:
</p>
<ul
v-if=
"sources"
class=
"browser-default"
>
<li
v-for=
"source in sources"
:key=
"source.id"
>
<li
v-if=
"source.connect"
v-for=
"source in sources"
:key=
"source.id"
>
<a
:href=
"source.url"
target=
"_blank"
rel=
"noopener"
>
{{
source
.
label
}}
</a>
</li>
</ul>
...
...
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