diff options
author | Unknwon <u@gogs.io> | 2015-07-24 04:50:05 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-24 04:50:05 +0800 |
commit | 4447a20f872776123c42d5b8ca987c114fb4b80b (patch) | |
tree | 3692ada9ffe5bbc54d35cb98ea57a95450f8c99d /templates/repo/issue2/list.tmpl | |
parent | 548b95f7b593d80a241c9a1027eda6b4549ca995 (diff) | |
download | gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.tar.gz gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.zip |
UI: issues - finish basic frame
Diffstat (limited to 'templates/repo/issue2/list.tmpl')
-rw-r--r-- | templates/repo/issue2/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue2/list.tmpl b/templates/repo/issue2/list.tmpl index c7a271d14a..dbe46a5ab8 100644 --- a/templates/repo/issue2/list.tmpl +++ b/templates/repo/issue2/list.tmpl @@ -1,7 +1,7 @@ {{template "ng/base/head" .}} {{template "ng/base/header" .}} <div id="repo-wrapper"> - {{template "repo/header" .}} + {{template "repo/header_old" .}} <div class="issue-main container repo-wide-wrapper"> <ul id="issue-list-nav" class="menu menu-line"> <li class="current"><a href="#">Issue</a></li> |