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

Unified Diff: appengine/swarming/templates/user_tasks.html

Issue 2362483002: Links to the newui preserve state (Closed) Base URL: git@github.com:luci/luci-py@nicer-botlist
Patch Set: Created 4 years, 3 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 | « appengine/swarming/templates/user_task.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/user_tasks.html
diff --git a/appengine/swarming/templates/user_tasks.html b/appengine/swarming/templates/user_tasks.html
index bb6edbd1541da9cabd9ae84a2148db773133d156..81eae4da239b7850e7a2fdedecc6079a6b1f4135 100644
--- a/appengine/swarming/templates/user_tasks.html
+++ b/appengine/swarming/templates/user_tasks.html
@@ -125,7 +125,7 @@
<h1>Tasks</h1>
<a href="/">Back to root</a>
<br/>
-<a href="/newui/tasklist">Try out the new task list</a>
+<a href="{{try_link}}">Try out the new task list UI</a>
<p>
<form id="filter" name="filter" method="GET">
<input type="range" id="limitRange" name="limit" value="{{limit}}" min=10
« no previous file with comments | « appengine/swarming/templates/user_task.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698