Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Project Page Project Page
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • m4lab_tv1
  • Project PageProject Page
  • Merge requests
  • !71
An error occurred while fetching the assigned milestone of the selected merge_request.

Replace default M4_LAB logo

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Koukofikis requested to merge MLAB-581 into testing 3 years ago
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 3

Use a logo without the text at the bottom

  • Loading
  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • testing (base)

and
  • latest version
    e6b77ee4
    2 commits, 3 years ago

3 files
+ 4
- 4

    Preferences

    File browser
    Compare changes
rou‎tes‎
proje‎ct.ts‎ +2 -2
views/DE‎/project‎
pagesL‎ist.pug‎ +1 -1
project‎List.pug‎ +1 -1
routes/project.ts
+ 2
- 2
  • View file @ e6b77ee4

  • Edit in single-file editor

  • Open in Web IDE


@@ -89,7 +89,7 @@ module.exports = function (app:any, lang:string) {
for(let i = 0; i < projectData.length; i++){
// M4_LAB logo for all projects that do not have logo
if (projectData[i].avatar_url == null) {
projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png"
projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
}
// for all projects that have no description
if (projectData[i].description == "") {
@@ -159,7 +159,7 @@ module.exports = function (app:any, lang:string) {
if (status) {
// M4_LAB logo for all projects that do not have logo
if (pagesData[i].avatar_url == null) {
pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png"
pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
}
// for all projects that have no description
if (pagesData[i].description == "") {
views/DE/project/pagesList.pug
+ 1
- 1
  • View file @ e6b77ee4

  • Edit in single-file editor

  • Open in Web IDE


@@ -18,7 +18,7 @@ html(lang="de")
width: 100%;
color: black;
font-weight: bold;
background: rgb(255, 255, 255, 0.5);
background: rgb(255, 255, 255, 0.9);
text-align: left;
padding: 5px
}
views/DE/project/projectList.pug
+ 1
- 1
  • View file @ e6b77ee4

  • Edit in single-file editor

  • Open in Web IDE


@@ -18,7 +18,7 @@ html(lang="de")
width: 100%;
color: black;
font-weight: bold;
background: rgb(255, 255, 255, 0.5);
background: rgb(255, 255, 255, 0.9);
text-align: left;
padding: 5px
}
Assignee
Koukofikis's avatar
Koukofikis
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: MLAB-581

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal