diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css
index 052e4c94d..9317560eb 100644
--- a/custom/public/css/git.openi.css
+++ b/custom/public/css/git.openi.css
@@ -117,16 +117,16 @@
border-left: 2px solid #505559;
border-bottom: 2px solid #505559;
border-radius: 0 0 0 2.0rem;
- width: 17.5rem;
+ width: 2.0rem;
}
.leftline02{
position: absolute;
- left: 20.5rem;
+ left: 5rem;
top: calc(-5.0rem - 2px);
border-top: 2px solid #505559;
border-right: 2px solid #505559;
border-radius: 0 2.0rem 0 0;
- width: 2.0rem;
+ width: 17.5rem;
height: 6.0rem;
}
diff --git a/custom/public/img/develop.svg b/custom/public/img/develop.svg
index 954f054af..fb8412dda 100644
--- a/custom/public/img/develop.svg
+++ b/custom/public/img/develop.svg
@@ -1,282 +1,711 @@
-
-
\ No newline at end of file
+
+
+
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index 3488bc8dc..7d632ea14 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -157,7 +157,11 @@
- {{if .Repository.DescriptionHTML}}{{.Repository.DescriptionHTML}}{{else if .IsRepositoryAdmin}}{{.i18n.Tr "repo.no_desc"}}{{end}}
+ {{if .Repository.DescriptionHTML}}
+ {{.Repository.DescriptionHTML}}
+ {{else}}
+ {{.i18n.Tr "repo.no_desc"}}
+ {{end}}
{{.Repository.Website}}
@@ -187,7 +191,7 @@