diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 14:41:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 19:48:15 -0600 |
| commit | dc905f7a396f42ee5330e2d2552f8390e2cc472b (patch) | |
| tree | 0ca5027f303a5ae97c4c53a841ddfecd69b02e64 | |
| parent | 782817521ce0e3822b6941e843095c5696ae0ac0 (diff) | |
remove hack that should have been in the repomap filev0.22.46v0.22.45v0.22.44v0.22.43v0.22.42v0.22.41
| -rw-r--r-- | indexHtml.go | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indexHtml.go b/indexHtml.go index 71108ee..db5e35f 100644 --- a/indexHtml.go +++ b/indexHtml.go @@ -110,11 +110,7 @@ func indexBodyRepo(w http.ResponseWriter, gourl string, giturl string, desc stri fmt.Fprintln(w, " <td>"+version+"</td>") // version fmt.Fprintln(w, " <td>"+vtime+"</td>") // dev version - if gourl == "go.wit.com/apps/helloworld" { - fmt.Fprintln(w, " <td><a href=\"http://mirrors.wit.com/guidemo/helloworld-demo.webm\">Video Demo</a> </td>") // dev version - } else { - fmt.Fprintln(w, " <td></td>") // dev version - } + fmt.Fprintln(w, " <td></td>") // dev version fmt.Fprintln(w, " <td>"+desc+"</td>") // fmt.Fprintln(w, " <td> <a href=\"//"+gourl+"\">"+giturl+"</a></td>") fmt.Fprintln(w, " </tr>") |
