Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: infra/tools/antibody/templates/tbr_by_user.jinja

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/tools/antibody/templates/stats.jinja ('k') | infra/tools/antibody/test/antibody_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/antibody/templates/tbr_by_user.jinja
diff --git a/infra/tools/antibody/templates/tbr_by_user.jinja b/infra/tools/antibody/templates/tbr_by_user.jinja
index 3342d8164317da1074d598031383206920c13347..a96b6f8f136548650ffb7190c7825da4097f2072 100644
--- a/infra/tools/antibody/templates/tbr_by_user.jinja
+++ b/infra/tools/antibody/templates/tbr_by_user.jinja
@@ -26,6 +26,11 @@
<ul class="pull-left">
<li><a href="{{ antibody_main_link }}">{{ page_header_text }}</a></li>
<li><a href="{{ tbr_by_user_link }}">{{ to_be_reviewed }}</a></li>
+ <li><a href="{{ stats_link }}">{{ stats }}</a></li>
+ <li><a href="{{ leaderboard_link }}">{{ leaderboard }}</a></li>
+ </ul>
+ <ul class="pull-right">
+ <li><p class="gen_time">Generated {{ generation_time }} UTC</p></li>
</ul>
<ul class="pull-right">
<li><p class="gen_time">Generated {{ generation_time }} UTC</p></li>
« no previous file with comments | « infra/tools/antibody/templates/stats.jinja ('k') | infra/tools/antibody/test/antibody_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698