Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
a98faa9b
Commit
a98faa9b
authored
Feb 02, 2012
by
Jongmin Kim
Committed by
Brad Fitzpatrick
Feb 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gophertool: fix link to the build status dashboard
R=golang-dev CC=bradfitz, golang-dev
https://golang.org/cl/5606050
parent
40b7e814
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
popup.html
misc/chrome/gophertool/popup.html
+1
-1
No files found.
misc/chrome/gophertool/popup.html
View file @
a98faa9b
...
@@ -49,6 +49,6 @@ function openURL(url) {
...
@@ -49,6 +49,6 @@ function openURL(url) {
<a
href=
"#"
onclick=
"openURL('http://code.google.com/p/go/source/list')"
>
commit
</a>
, or
<a
href=
"#"
onclick=
"openURL('http://code.google.com/p/go/source/list')"
>
commit
</a>
, or
<a
href=
"#"
onclick=
"openURL('http://golang.org/pkg/')"
>
pkg
</a>
id/name:
</small>
<a
href=
"#"
onclick=
"openURL('http://golang.org/pkg/')"
>
pkg
</a>
id/name:
</small>
<form
style=
'margin: 0'
onsubmit=
"return navigate();"
><nobr><input
id=
"inputbox"
size=
10
/><input
type=
"submit"
value=
"go"
/></nobr></form>
<form
style=
'margin: 0'
onsubmit=
"return navigate();"
><nobr><input
id=
"inputbox"
size=
10
/><input
type=
"submit"
value=
"go"
/></nobr></form>
<small>
Also:
<a
href=
"#"
onclick=
"openURL('http://
godashboard.appspot.com
/')"
>
buildbots
</small>
<small>
Also:
<a
href=
"#"
onclick=
"openURL('http://
build.golang.org
/')"
>
buildbots
</small>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment