mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-15 16:50:18 +01:00
Fix missing css for migration wizard
This commit is contained in:
2
gradle/changelog/migration_wizard_css.yaml
Normal file
2
gradle/changelog/migration_wizard_css.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Fix missing css for migration wizard
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{$title}}SCM-Manager{{/title}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/assets/ui-styles.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/assets/ui-theme-light.css">
|
||||
<link rel="shortcut icon" href="{{ contextPath }}/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user