summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-20 20:18:49 +0800
committerUnknwon <u@gogs.io>2015-08-20 20:18:49 +0800
commitaa65761d81d3f33bdfee578c14bb2b0c7a6ca639 (patch)
tree8c86e0e58758bc10a737b503f8d92e62406adf06 /templates/repo/commits.tmpl
parentd7c3c79c00425e89a71e6178076bc5828421244d (diff)
downloadgitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.tar.gz
gitea-aa65761d81d3f33bdfee578c14bb2b0c7a6ca639.zip
new commits table
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r--templates/repo/commits.tmpl15
1 files changed, 7 insertions, 8 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl
index 9d5af3113e..e54c9ed70e 100644
--- a/templates/repo/commits.tmpl
+++ b/templates/repo/commits.tmpl
@@ -1,9 +1,8 @@
-{{template "ng/base/head" .}}
-{{template "ng/base/header" .}}
-<div id="repo-wrapper">
- {{template "repo/header_old" .}}
- <div class="container clear">
- {{template "repo/commits_table" .}}
- </div>
+{{template "base/head" .}}
+<div class="repository commits">
+ {{template "repo/header" .}}
+ <div class="ui container">
+ {{template "repo/commits_table" .}}
+ </div>
</div>
-{{template "ng/base/footer" .}}
+{{template "base/footer" .}}