diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-02 22:40:22 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-02 22:40:22 +0100 |
commit | 3eae4ecde76d3196b8fb5c7d4482c74e438d5a87 (patch) | |
tree | 85cad176988cc716a9a5e7ca4f0daa6ec3d6ee29 /templates/repo/settings/githook_edit.tmpl | |
parent | ec98deeb8cc6727a01ac8510805d66acd2c7d152 (diff) | |
download | gitea-3eae4ecde76d3196b8fb5c7d4482c74e438d5a87.tar.gz gitea-3eae4ecde76d3196b8fb5c7d4482c74e438d5a87.zip |
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.
Diffstat (limited to 'templates/repo/settings/githook_edit.tmpl')
-rw-r--r-- | templates/repo/settings/githook_edit.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/githook_edit.tmpl b/templates/repo/settings/githook_edit.tmpl index 2f79481a2a..f5e80616c1 100644 --- a/templates/repo/settings/githook_edit.tmpl +++ b/templates/repo/settings/githook_edit.tmpl @@ -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"> |