diff options
author | Unknwon <u@gogs.io> | 2015-11-14 13:21:31 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-14 13:21:31 -0500 |
commit | 7c80eba77f727c2b80b4091c850dc38d47532b8d (patch) | |
tree | bb6f3811bc3547e18266eed7410b1f2ba8d7d5f2 /templates/repo/commits.tmpl | |
parent | 9c12ed3b6edb4d087db79fbc8482c9211021602d (diff) | |
download | gitea-7c80eba77f727c2b80b4091c850dc38d47532b8d.tar.gz gitea-7c80eba77f727c2b80b4091c850dc38d47532b8d.zip |
minor UI fix and fix ssh race
Diffstat (limited to 'templates/repo/commits.tmpl')
-rw-r--r-- | templates/repo/commits.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index e54c9ed70e..769841deea 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -2,6 +2,7 @@ <div class="repository commits"> {{template "repo/header" .}} <div class="ui container"> + {{template "repo/sidebar" .}} {{template "repo/commits_table" .}} </div> </div> |