1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 16:18:36 +00:00

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>