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/commits.tmpl | |
parent | 548b95f7b593d80a241c9a1027eda6b4549ca995 (diff) | |
download | gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.tar.gz gitea-4447a20f872776123c42d5b8ca987c114fb4b80b.zip |
UI: issues - finish basic frame
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 2f68f1e01c..9d5af3113e 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.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="container clear"> {{template "repo/commits_table" .}} </div> |