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 /conf/locale | |
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 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 102073cb..77f2df63 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -426,8 +426,8 @@ issues = Issues pulls = Pull Requests labels = Labels milestones = Milestones -commits = Commits -releases = Releases +commits = commits +releases = releases file_raw = Raw file_history = History file_view_raw = View Raw |