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

Unified Diff: experimental/webtry/templates/recent.html

Issue 231853002: Cleaned up the start page, added wait cursor, disabled Run button while waiting for results. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: first pass at workspaces Created 6 years, 8 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 | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/recent.html
diff --git a/experimental/webtry/templates/recent.html b/experimental/webtry/templates/recent.html
index 051ac3f6053cd619180a128de1819fd16d62bc85..722df38ed4e8e459281e66fa339eb07f46319a9e 100644
--- a/experimental/webtry/templates/recent.html
+++ b/experimental/webtry/templates/recent.html
@@ -13,14 +13,16 @@
</section>
<section id=content>
<h1>Recent Activity</h1>
- {{range .Tries}}
- <section class=tries>
- <h2><a href="/c/{{.Hash}}">{{.CreateTS}}</a></h2>
- <a href="/c/{{.Hash}}">
- <img width=100 height=100 src="/i/{{.Hash}}.png">
- </a>
- </section>
- {{end}}
+ <section>
+ {{range .Tries}}
+ <div class=tries>
+ <h2><a href="/c/{{.Hash}}">{{.CreateTS}}</a></h2>
+ <a href="/c/{{.Hash}}">
+ <img width=100 height=100 src="/i/{{.Hash}}.png">
+ </a>
+ </div>
+ {{end}}
+ </section>
</section>
</body>
</html>
« no previous file with comments | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698