From 2ff0c12a95d52ef97286b5bce681a0c33263cd1b Mon Sep 17 00:00:00 2001 From: puni9869 <80308335+puni9869@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:27:17 +0530 Subject: [PATCH] Repository Archived text title center align (#25767) Archive text title center align
Screen shots Before ![image](https://github.com/go-gitea/gitea/assets/80308335/90182367-4d06-4fc8-b7aa-21c21225d2bd) After ![image](https://github.com/go-gitea/gitea/assets/80308335/3dcc0d0d-75f4-415d-afbf-03921075b4db) ![image](https://github.com/go-gitea/gitea/assets/80308335/317d74f8-0ae9-4dc7-9508-1833d2d4f327) BTW On github ![image](https://github.com/go-gitea/gitea/assets/80308335/1801fd2d-1803-4ee6-8856-ef2f623df2b4)
--------- Co-authored-by: Giteabot --- templates/repo/diff/compare.tmpl | 2 +- templates/repo/empty.tmpl | 2 +- templates/repo/home.tmpl | 2 +- templates/repo/issue/view_content.tmpl | 4 ++-- templates/repo/settings/branches.tmpl | 2 +- templates/repo/settings/tags.tmpl | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/repo/diff/compare.tmpl b/templates/repo/diff/compare.tmpl index 4387e89071..3bb7c2e81f 100644 --- a/templates/repo/diff/compare.tmpl +++ b/templates/repo/diff/compare.tmpl @@ -214,7 +214,7 @@ {{else if .Repository.IsArchived}} -
+
{{if .Repository.ArchivedUnix.IsZero}} {{.locale.Tr "repo.archive.title"}} {{else}} diff --git a/templates/repo/empty.tmpl b/templates/repo/empty.tmpl index b81b312c6c..b2476cfea8 100644 --- a/templates/repo/empty.tmpl +++ b/templates/repo/empty.tmpl @@ -6,7 +6,7 @@
{{template "base/alert" .}} {{if .Repository.IsArchived}} -
+
{{if .Repository.ArchivedUnix.IsZero}} {{.locale.Tr "repo.archive.title"}} {{else}} diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 386908e424..394bab1e38 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -53,7 +53,7 @@
{{end}} {{if .Repository.IsArchived}} -
+
{{if .Repository.ArchivedUnix.IsZero}} {{.locale.Tr "repo.archive.title"}} {{else}} diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index dc2754d5c6..ab8da434ee 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -125,7 +125,7 @@
{{else if .Repository.IsArchived}} -
+
{{if .Issue.IsPull}} {{.locale.Tr "repo.archive.pull.nocomment"}} {{else}} @@ -135,7 +135,7 @@ {{end}} {{else}} {{/* not .IsSigned */}} {{if .Repository.IsArchived}} -
+
{{if .Issue.IsPull}} {{.locale.Tr "repo.archive.pull.nocomment"}} {{else}} diff --git a/templates/repo/settings/branches.tmpl b/templates/repo/settings/branches.tmpl index 9a8c5880f7..f8a0270db3 100644 --- a/templates/repo/settings/branches.tmpl +++ b/templates/repo/settings/branches.tmpl @@ -1,7 +1,7 @@ {{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings edit")}}
{{if .Repository.IsArchived}} -
+
{{.locale.Tr "repo.settings.archive.branchsettings_unavailable"}}
{{else}} diff --git a/templates/repo/settings/tags.tmpl b/templates/repo/settings/tags.tmpl index e618c3fb03..b3e8cefa6c 100644 --- a/templates/repo/settings/tags.tmpl +++ b/templates/repo/settings/tags.tmpl @@ -1,7 +1,7 @@ {{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings edit")}}
{{if .Repository.IsArchived}} -
+
{{.locale.Tr "repo.settings.archive.tagsettings_unavailable"}}
{{else}}