Show More
@@ -135,7 +135,7 b'' | |||
|
135 | 135 | <div class="field" style="border:none;color:#888"> |
|
136 | 136 | <ul> |
|
137 | 137 | <li>${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}</li> |
|
138 |
<li>${_(' |
|
|
138 | <li>${_('Stats gathered')}: ${c.stats_percentage}%</li> | |
|
139 | 139 | </ul> |
|
140 | 140 | </div> |
|
141 | 141 | </div> |
@@ -178,14 +178,14 b'' | |||
|
178 | 178 | </div> |
|
179 | 179 | |
|
180 | 180 | <div class="graph"> |
|
181 |
<div style="padding:0 10px 10px 1 |
|
|
181 | <div style="padding:0 10px 10px 17px;"> | |
|
182 | 182 | %if c.no_data: |
|
183 | 183 | ${c.no_data_msg} |
|
184 | 184 | %if h.HasPermissionAll('hg.admin')('enable stats on from summary'): |
|
185 | 185 | ${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")} |
|
186 | 186 | %endif |
|
187 | 187 | %else: |
|
188 |
${_(' |
|
|
188 | ${_('Stats gathered: ')} ${c.stats_percentage}% | |
|
189 | 189 | %endif |
|
190 | 190 | </div> |
|
191 | 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