| 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>
|
|
|