# HG changeset patch # User Aras Pranckevicius # Date 2012-02-05 20:45:15 # Node ID 518f8791937599cb10f7a32fa327fee1970fef42 # Parent 3dbf0ff5fc2b3de547cffef1fa63f71b6852e68d UI: percentage of stats gathered doesn't seem like important enough to need a large font diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html +++ b/rhodecode/templates/admin/repos/repo_edit.html @@ -135,7 +135,7 @@
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 @@ -178,14 +178,14 @@
-
+
%if c.no_data: ${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),class_="ui-btn")} %endif %else: - ${_('Loaded in')} ${c.stats_percentage} % + ${_('Stats gathered: ')} ${c.stats_percentage}% %endif