mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
UI: Make repository menu divide header and content
This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{template "base/head" .}}
|
||||
<div class="repository settings edit githook">
|
||||
{{template "repo/header" .}}
|
||||
{{template "repo/sidebar" .}}
|
||||
<div class="ui container">
|
||||
{{template "repo/sidebar" .}}
|
||||
<div class="ui grid">
|
||||
{{template "repo/settings/navbar" .}}
|
||||
<div class="twelve wide column content">
|
||||
|
Reference in New Issue
Block a user