mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Repository Archived text title center align (#25767)
Archive text title center align <details> <summary>Screen shots</summary> Before  After   BTW On github  </details> --------- Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{else if .Repository.IsArchived}}
|
||||
<div class="ui warning message">
|
||||
<div class="ui warning message gt-text-center">
|
||||
{{if .Issue.IsPull}}
|
||||
{{.locale.Tr "repo.archive.pull.nocomment"}}
|
||||
{{else}}
|
||||
@@ -135,7 +135,7 @@
|
||||
{{end}}
|
||||
{{else}} {{/* not .IsSigned */}}
|
||||
{{if .Repository.IsArchived}}
|
||||
<div class="ui warning message">
|
||||
<div class="ui warning message gt-text-center">
|
||||
{{if .Issue.IsPull}}
|
||||
{{.locale.Tr "repo.archive.pull.nocomment"}}
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user