1
0
Fork 0
forked from forgejo/forgejo

minor UI fix and fix ssh race

This commit is contained in:
Unknwon 2015-11-14 13:21:31 -05:00
parent 9c12ed3b6e
commit 7c80eba77f
13 changed files with 33 additions and 10 deletions

View file

@ -2,6 +2,7 @@
<div class="repository commits">
{{template "repo/header" .}}
<div class="ui container">
{{template "repo/sidebar" .}}
{{template "repo/commits_table" .}}
</div>
</div>