aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-12-02 22:40:22 +0100
committerAdam Strzelecki <ono@java.pl>2015-12-02 22:40:22 +0100
commit3eae4ecde76d3196b8fb5c7d4482c74e438d5a87 (patch)
tree85cad176988cc716a9a5e7ca4f0daa6ec3d6ee29 /templates/repo/issue
parentec98deeb8cc6727a01ac8510805d66acd2c7d152 (diff)
downloadgitea-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/issue')
-rw-r--r--templates/repo/issue/labels.tmpl2
-rw-r--r--templates/repo/issue/list.tmpl2
-rw-r--r--templates/repo/issue/milestones.tmpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/issue/labels.tmpl b/templates/repo/issue/labels.tmpl
index f622d1a23b..f955973c6d 100644
--- a/templates/repo/issue/labels.tmpl
+++ b/templates/repo/issue/labels.tmpl
@@ -1,8 +1,8 @@
{{template "base/head" .}}
<div class="repository labels">
{{template "repo/header" .}}
+ {{template "repo/sidebar" .}}
<div class="ui container">
- {{template "repo/sidebar" .}}
<div class="navbar">
{{template "repo/issue/navbar" .}}
{{if .IsRepositoryAdmin}}
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 479de75bc1..b927d80063 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -1,8 +1,8 @@
{{template "base/head" .}}
<div class="repository">
{{template "repo/header" .}}
+ {{template "repo/sidebar" .}}
<div class="ui container">
- {{template "repo/sidebar" .}}
<div class="navbar">
{{template "repo/issue/navbar" .}}
<div class="ui right">
diff --git a/templates/repo/issue/milestones.tmpl b/templates/repo/issue/milestones.tmpl
index 7a62606514..527a90b4d4 100644
--- a/templates/repo/issue/milestones.tmpl
+++ b/templates/repo/issue/milestones.tmpl
@@ -1,8 +1,8 @@
{{template "base/head" .}}
<div class="repository milestones">
{{template "repo/header" .}}
+ {{template "repo/sidebar" .}}
<div class="ui container">
- {{template "repo/sidebar" .}}
<div class="navbar">
{{template "repo/issue/navbar" .}}
{{if .IsRepositoryAdmin}}