Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SolidBase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SolidBase
SolidBase
Commits
cdd8d5b0
Commit
cdd8d5b0
authored
Feb 24, 2020
by
Johannes Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
less data in the model
parent
a7f66097
Pipeline
#400
passed with stages
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
src/views/About.vue
src/views/About.vue
+19
-13
No files found.
src/views/About.vue
View file @
cdd8d5b0
...
...
@@ -15,7 +15,7 @@
<h2><br><br>
data
</h2>
<p
class=
"blocktext"
v-html=
"$t('about-data-1')"
/>
<p
class=
"blocktext"
v-html=
"$t('about-data-2')"
/>
<br>
<b-table
:data=
"idps"
class=
"blocktext"
>
<template
slot-scope=
"props"
>
<b-table-column
field=
"provider"
label=
"Provider"
>
...
...
@@ -41,18 +41,9 @@
</p>
<h2><br>
credits
</h2>
<ul>
<li>
Gualter Baptista
</li>
<li>
Laura Carlson
</li>
<li>
Lynn Foster
</li>
<li>
Carolin Gruber
</li>
<li>
Anikó Haraszti
</li>
<li>
Bob Haugen
</li>
<li>
Leoš Longauer
</li>
<li>
Jocelyn Parrot
</li>
<li>
Jon Richter
</li>
<li>
Jan Valeška
</li>
<li>
Anaïs Winter
</li>
<li>
Johannes Winter
</li>
<li
v-for=
"person in credits"
>
{{ person }}
</li>
</ul>
<br>
...
...
@@ -110,6 +101,21 @@ export default {
},
solidServer
:
"
https://ld.solidbase.info
"
},
],
credits
:
[
"
Gualter Baptista
"
,
"
Laura Carlson
"
,
"
Lynn Foster
"
,
"
Carolin Gruber
"
,
"
Anikó Haraszti
"
,
"
Bob Haugen
"
,
"
Leoš Longauer
"
,
"
Jocelyn Parrot
"
,
"
Jon Richter
"
,
"
Jan Valeška
"
,
"
Peter Volz
"
,
"
Anaïs Winter
"
,
"
Johannes Winter
"
]
}
},
...
...
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