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

Unified Diff: templates/main.html

Issue 58353002: chromium-status: make the limits field discoverable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Created 7 years, 1 month 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 | « status.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/main.html
diff --git a/templates/main.html b/templates/main.html
index 9b319e7255906784a38638e3fa092481737bdab5..ae62f5bf8648aad145f382f675afaa18c720fd79 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -21,8 +21,8 @@
<input type="button" name="history" value="History" onclick="location.href='/status_viewer';">
</form>
{% endif %}
- <br><br>
- <h2>Last 25 {{ title }}</h2>
+ <br>
+ <h2>Last <a href="?limit={{ limit }}">{{ limit }}</a> {{ title }}</h2>
<table border="1" cellpadding="5">
<tr bgcolor="#CCCCFF">
<td><b>Who</b></td>
« no previous file with comments | « status.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698