diff options
author | Unknwon <u@gogs.io> | 2017-03-10 15:13:48 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-10 15:13:48 -0500 |
commit | ebc0943713196abe939e445f35e0f726f5cbee1e (patch) | |
tree | e4f7248ba87586c12129bd36718f27d571ece513 /public/config.codekit | |
parent | 451aef7a1c177b58c4519239a65dbfbab32b4888 (diff) |
templates/repo: only show Git stats in repository home page (#3518)
Move 'Commits' and 'Releases' tabs down to body.
This patch also reduces page load time for pages that do not need
to use commits count anywhere. Get commits count can hurt
performance badly for huge repositories that has tens of thousands
commits like Linux Kernel.
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/config.codekit b/public/config.codekit index ebd91d95..c5f54ff8 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -1,6 +1,6 @@ { "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", -"creatorBuild": "19115", +"creatorBuild": "19127", "files": { "\/css\/github.min.css": { "fileType": 16, @@ -66,7 +66,7 @@ "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 4048, + "initialSize": 514087, "inputAbbreviatedPath": "\/img\/avatar_default.png", "outputAbbreviatedPath": "\/img\/avatar_default.png", "outputPathIsOutsideProject": 0, |