Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectEdit
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
apps
ProjectEdit
Merge requests
!2
Sprint/2020-01
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sprint/2020-01
Product/584-editProjectPage
into
Sprint/2020-01
Overview
0
Commits
4
Pipelines
1
Changes
18
Merged
Marcel Nellesen
requested to merge
Product/584-editProjectPage
into
Sprint/2020-01
5 years ago
Overview
0
Commits
4
Pipelines
1
Changes
18
Expand
0
0
Merge request reports
Compare
Sprint/2020-01
Sprint/2020-01 (base)
and
latest version
latest version
11f54f7a
4 commits,
5 years ago
18 files
+
21029
−
121
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
public/index.html
+
8
−
3
Options
@@ -5,13 +5,18 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
ts-template
</title>
<title>
Project Edit
</title>
</head>
<body>
<noscript>
<strong>
We're sorry but
ts-template
doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
<strong>
We're sorry but
project edit
doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<script>
var
coscine
=
coscine
||
{};
coscine
.
authorization
=
coscine
.
authorization
||
{};
coscine
.
authorization
.
bearer
=
""
;
</script>
<projectedit></projectedit>
<!-- built files will be auto injected -->
</body>
</html>
Loading