diff rhodecode/templates/admin/repos/repo_edit.html @ 1981:518f87919375 beta

UI: percentage of stats gathered doesn't seem like important enough to need a large font
author Aras Pranckevicius <aras@unity3d.com>
date Sun, 05 Feb 2012 21:45:15 +0200
parents f48bce87475b
children e82c04f52b9f
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Sun Feb 05 21:33:29 2012 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Sun Feb 05 21:45:15 2012 +0200
@@ -135,7 +135,7 @@
                <div class="field" style="border:none;color:#888">
                <ul>
                     <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li>
-                    <li>${_('Percentage of stats gathered')}: ${c.stats_percentage} %</li>
+                    <li>${_('Stats gathered')}: ${c.stats_percentage}%</li>
                </ul>
                </div>
            </div>