| Index: milo/appengine/frontend/templates/pages/build.html
|
| diff --git a/milo/appengine/frontend/templates/pages/build.html b/milo/appengine/frontend/templates/pages/build.html
|
| index c3512224a3f99c10f99040b25306e14bb6747e86..50220185e3e5158f3ece88dc9e9616272fe0c876 100644
|
| --- a/milo/appengine/frontend/templates/pages/build.html
|
| +++ b/milo/appengine/frontend/templates/pages/build.html
|
| @@ -216,17 +216,7 @@
|
| {{ range .Property }}
|
| <tr>
|
| <td class="left">{{.Key}}</td>
|
| - <td>
|
| - {{ if (eq .Key "requestedAt") }}
|
| - {{ .Value | parseRFC3339 | localTime "" }}
|
| - {{ else if (eq .Key "blamelist") }}
|
| - {{ .Value | obfuscateEmail }}
|
| - {{ else if (startswith .Value "https://") }}
|
| - <a href="{{.Value}}">{{.Value}}</a>
|
| - {{ else }}
|
| - {{.Value}}
|
| - {{ end }}
|
| - </td>
|
| + <td>{{.Value}}</td>
|
| <td>{{$name}}</td>
|
| </tr>
|
| {{ end }}
|
|
|