You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/templates/classic/partials/languages.ejs
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,32 @@
20
20
<% } else { constwidth=460* (1+ large) %>
21
21
<%if (section ==="recently-used") { %>
22
22
<small>
23
-
estimation from <%=plugins.languages["stats.recent"]?.files%> edited file<%=s(plugins.languages["stats.recent"]?.files) %> from <%=plugins.languages["stats.recent"]?.commits%> commit<%=s(plugins.languages["stats.recent"]?.commits) %> over last <%=plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days%> day<%=s(plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days) %>
23
+
<%if (languages.length) { %>
24
+
estimation from <%=f(plugins.languages["stats.recent"]?.total) %>b of code in<%=plugins.languages["stats.recent"]?.files%> edited file<%=s(plugins.languages["stats.recent"]?.files) %> across <%=plugins.languages["stats.recent"]?.commits%> commit<%=s(plugins.languages["stats.recent"]?.commits) %> over last <%=plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days%> day<%=s(plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days) %>
25
+
<% } else { %>
26
+
No recent push activity found over last <%=plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days%> day<%=s(plugins.languages["stats.recent"]?.latest??plugins.languages["stats.recent"]?.days) %>
estimation from <%=plugins.languages.files%> edited file<%=s(plugins.languages.files) %> from <%=plugins.languages.commits%> commit<%=s(plugins.languages.commits) %>
31
+
<%if (languages.length) { %>
32
+
estimation from <%=f(plugins.languages.total) %>b of code in<%=plugins.languages.files%> edited file<%=s(plugins.languages.files) %> across <%=plugins.languages.commits%> commit<%=s(plugins.languages.commits) %>
0 commit comments