##// END OF EJS Templates
UI: percentage of stats gathered doesn't seem like important enough to need a large font
Aras Pranckevicius -
r1981:518f8791 beta
parent child Browse files
Show More
@@ -135,7 +135,7 b''
135 <div class="field" style="border:none;color:#888">
135 <div class="field" style="border:none;color:#888">
136 <ul>
136 <ul>
137 <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li>
137 <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li>
138 <li>${_('Percentage of stats gathered')}: ${c.stats_percentage} %</li>
138 <li>${_('Stats gathered')}: ${c.stats_percentage}%</li>
139 </ul>
139 </ul>
140 </div>
140 </div>
141 </div>
141 </div>
@@ -178,14 +178,14 b''
178 </div>
178 </div>
179
179
180 <div class="graph">
180 <div class="graph">
181 <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
181 <div style="padding:0 10px 10px 17px;">
182 %if c.no_data:
182 %if c.no_data:
183 ${c.no_data_msg}
183 ${c.no_data_msg}
184 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
184 %if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
185 ${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")}
185 ${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")}
186 %endif
186 %endif
187 %else:
187 %else:
188 ${_('Loaded in')} ${c.stats_percentage} %
188 ${_('Stats gathered: ')} ${c.stats_percentage}%
189 %endif
189 %endif
190 </div>
190 </div>
191 <div id="commit_history" style="width:450px;height:300px;float:left"></div>
191 <div id="commit_history" style="width:450px;height:300px;float:left"></div>
General Comments 0
You need to be logged in to leave comments. Login now