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
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
!10
Fix: Formatting Footer (coscine/issues#1911)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: Formatting Footer (coscine/issues#1911)
Hotfix/1911-fixFormatting
into
dev
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Theresia Rupprecht
requested to merge
Hotfix/1911-fixFormatting
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
coscine/issues#1911
Edited
3 years ago
by
Petar Hristov
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
9c5bb8d9
1 commit,
3 years ago
1 file
+
0
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/TokenConfirmationApp.vue
+
0
−
8
Options
@@ -22,12 +22,6 @@
:isWaitingForResponse=
"isWaitingForResponse"
:textAfter=
"$t('loadingSpinnerTokenConfirmation')"
/>
<coscine-page-footer
:contact=
"$t('contact')"
:disclaimer=
"$t('disclaimer')"
:help=
"$t('help')"
:imprint=
"$t('imprint')"
/>
</div>
</
template
>
@@ -40,7 +34,6 @@ import { GuidUtil } from '@coscine/app-util';
import
{
ContactChangeApi
}
from
'
@coscine/api-connection
'
;
import
{
CoscinePageHeader
,
CoscinePageFooter
,
CoscineLoadingSpinner
,
}
from
'
@coscine/component-library
'
;
import
'
@coscine/component-library/dist/index.css
'
;
@@ -65,7 +58,6 @@ export default Vue.extend({
name
:
'
tokenconfirmation
'
,
components
:
{
CoscinePageHeader
,
CoscinePageFooter
,
CoscineLoadingSpinner
,
},
computed
:
{
Loading