Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TokenConfirmation
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
TokenConfirmation
Merge requests
!8
Fix: RWTH Image => Coscine Image (coscine/issues#1743)
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix: RWTH Image => Coscine Image (coscine/issues#1743)
Issue/1743-changedLink
into
Sprint/2021-22
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Fix: RWTH Image => Coscine Image (coscine/issues#1743)
Benedikt Heinrichs
requested to merge
Issue/1743-changedLink
into
Sprint/2021-22
Nov 18, 2021
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
Sprint/2021-22
Sprint/2021-22 (base)
and
latest version
latest version
a39a63e7
1 commit,
Nov 18, 2021
1 file
+
3
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/TokenConfirmationApp.vue
+
3
−
3
View file @ a39a63e7
Edit in single-file editor
Open in Web IDE
Show full file
<
template
>
<
template
>
<div
id=
"wrap"
>
<div
id=
"wrap"
>
<coscine-page-header
<coscine-page-header
:
rwthImage=
"rwth
Image"
:
coscineImage=
"coscine
Image"
:coscineImageBlack=
"coscineImageBlack"
:coscineImageBlack=
"coscineImageBlack"
:locale=
"this.$root.$i18n.locale"
:locale=
"this.$root.$i18n.locale"
@
changeLocale=
"changeLocale"
@
changeLocale=
"changeLocale"
@@ -45,7 +45,7 @@ import {
@@ -45,7 +45,7 @@ import {
}
from
'
@coscine/component-library
'
;
}
from
'
@coscine/component-library
'
;
import
'
@coscine/component-library/dist/index.css
'
;
import
'
@coscine/component-library/dist/index.css
'
;
import
rwth
ImagePath
from
'
./assets/logo-rwth.svg
'
;
import
coscine
ImagePath
from
'
./assets/logo-rwth.svg
'
;
import
linkWhitePath
from
'
./assets/link_white.svg
'
;
import
linkWhitePath
from
'
./assets/link_white.svg
'
;
import
mailGreyPath
from
'
./assets/mail_grey.svg
'
;
import
mailGreyPath
from
'
./assets/mail_grey.svg
'
;
import
phoneGreyPath
from
'
./assets/phone_grey.svg
'
;
import
phoneGreyPath
from
'
./assets/phone_grey.svg
'
;
@@ -80,7 +80,7 @@ export default Vue.extend({
@@ -80,7 +80,7 @@ export default Vue.extend({
},
},
data
()
{
data
()
{
return
{
return
{
rwth
Image
:
rootUrl
+
rwth
ImagePath
,
coscine
Image
:
rootUrl
+
coscine
ImagePath
,
isWaitingForResponse
:
false
,
isWaitingForResponse
:
false
,
displayMessage
:
'
validating
'
,
displayMessage
:
'
validating
'
,
};
};
Loading