remove hack that should have been in the repomap file
This commit is contained in:
parent
782817521c
commit
dc905f7a39
|
@ -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>")
|
||||
|
|
Loading…
Reference in New Issue