Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
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
libraries
component-library
Merge requests
!49
Fix: RWTH Image => Coscine Image (coscine/issues#1743)
Code
Review changes
Check out branch
Download
Patches
Plain diff
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
Benedikt Heinrichs
requested to merge
Issue/1743-changedLink
into
Sprint/2021-22
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
Sprint/2021-22
Sprint/2021-22 (base)
and
latest version
latest version
faf99dcd
1 commit,
3 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/components/Page/Header.vue
+
3
−
3
Options
@@ -13,8 +13,8 @@
id=
"ctl00_onetidHeadbnnr2"
class=
"ms-siteicon-img"
name=
"onetidHeadbnnr0"
:src=
"
rwth
Image"
alt=
"
RWTH Aachen University
"
:src=
"
coscine
Image"
alt=
"
Coscine
"
data-themekey=
"#"
/>
</a>
@@ -48,7 +48,7 @@ import Vue from "vue";
export
default
Vue
.
extend
({
name
:
"
CoscineHeader
"
,
props
:
{
rwth
Image
:
String
,
coscine
Image
:
String
,
locale
:
{
default
:
"
en
"
,
type
:
String
,
Loading