mirror of
https://github.com/go-gitea/gitea
synced 2025-07-27 04:38:36 +00:00
UI: Always show menu on repo pages
Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{{template "base/head" .}}
|
||||
<div class="repository file list">
|
||||
{{template "repo/header" .}}
|
||||
{{template "repo/sidebar" .}}
|
||||
<div class="ui container">
|
||||
<p id="repo-desc">
|
||||
{{if .Repository.DescriptionHtml}}<span class="description">{{.Repository.DescriptionHtml}}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
|
||||
|
Reference in New Issue
Block a user