changeset 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 3dbf0ff5fc2b
children 87f0800abc7b
files rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/summary/summary.html
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
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>
--- a/rhodecode/templates/summary/summary.html	Sun Feb 05 21:33:29 2012 +0200
+++ b/rhodecode/templates/summary/summary.html	Sun Feb 05 21:45:15 2012 +0200
@@ -178,14 +178,14 @@
     </div>
 
     <div class="graph">
-         <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
+         <div style="padding:0 10px 10px 17px;">
          %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
         </div>
         <div id="commit_history" style="width:450px;height:300px;float:left"></div>