##// END OF EJS Templates
Translation updates from RhodeCode v2.2.5...
Translation updates from RhodeCode v2.2.5 Includes a new German translation. These are licensed under GPLv3, for various reasons, including since they include textual copies of strings from the GPLv3'd Python and HTML files.

File last commit:

r4116:ffd45b18 rhodecode-2.2.5-gpl
r4137:6c485794 rhodecode-2.2.5-gpl
Show More
repo_edit_statistics.html
13 lines | 603 B | text/html | HtmlLexer
${h.form(url('edit_repo_statistics', repo_name=c.repo_info.repo_name), method='put')}
<div class="form">
<div class="fields">
<div class="field" style="border:none;color:#888">
<ul>
<li>${_('Processed commits')}: ${c.stats_revision}/${c.repo_last_rev}</li>
<li>${_('Processed progress')}: ${c.stats_percentage}%</li>
</ul>
</div>
${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset statistics'),class_="btn btn-small",onclick="return confirm('"+_('Confirm to remove current statistics')+"');")}
</div>
</div>
${h.end_form()}