Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
TAM
Merge requests
!140
Add About page and Privacy Policy (placeholder)
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Add About page and Privacy Policy (placeholder)
3_add_about_page
into
dev
Overview
0
Commits
6
Pipelines
3
Changes
6
Merged
Add About page and Privacy Policy (placeholder)
Sander van den Oever
requested to merge
3_add_about_page
into
dev
Aug 23, 2019
Overview
0
Commits
6
Pipelines
3
Changes
6
Resolves
#3 (closed)
. Implements placeholders for (
#14 (closed)
,
#4 (closed)
)
0
0
Merge request reports
Compare
dev
version 2
8bbd319a
Aug 23, 2019
version 1
4cb7ab97
Aug 23, 2019
dev (base)
and
latest version
latest version
c1d9d874
6 commits,
Aug 23, 2019
version 2
8bbd319a
5 commits,
Aug 23, 2019
version 1
4cb7ab97
4 commits,
Aug 23, 2019
6 files
+
135
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
frontend/src/components/About/About.js
0 → 100644
+
22
−
0
View file @ c1d9d874
Edit in single-file editor
Open in Web IDE
import
About
from
'
@/components/About/About
'
;
// @vue/component
export
default
{
name
:
'
About
'
,
components
:
{
About
,
},
/**
* Generate the data for this component.
*
* @returns {Object} Data for the Dashboard component.
*/
data
()
{
return
{};
},
computed
:
{
},
methods
:
{
},
};
Loading