From ebc0943713196abe939e445f35e0f726f5cbee1e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 10 Mar 2017 15:13:48 -0500 Subject: 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. --- conf/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/locale') 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 -- cgit v1.2.3