1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

UI compatibility

This commit is contained in:
Unknwon
2015-03-21 09:24:59 -04:00
parent b6f8b486c7
commit 75cbb32b1e
10 changed files with 25 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
{{template "base/head" .}}
{{template "base/head_old" .}}
{{template "base/navbar" .}}
{{template "repo/nav" .}}
{{template "repo/toolbar" .}}
@@ -59,4 +59,4 @@
});
});
</script>
{{template "base/footer" .}}
{{template "base/footer_old" .}}