diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -301,13 +301,17 @@
+
%if c.no_data: -
${c.no_data_msg} + ${c.no_data_msg} %if h.HasPermissionAll('hg.admin')('enable stats on from summary'): [${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name))}] %endif -
- %endif: + + %else: + ${_('Loaded in')} ${c.stats_percentage} % + %endif +