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:
@@ -6,7 +6,7 @@
|
||||
<div class="sixteen wide column content">
|
||||
{{template "base/alert" .}}
|
||||
{{if .Repository.IsArchived}}
|
||||
<div class="ui warning message">
|
||||
<div class="ui warning message gt-text-center">
|
||||
{{if .Repository.ArchivedUnix.IsZero}}
|
||||
{{.locale.Tr "repo.archive.title"}}
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user