projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0665112
)
share/collection.js: Rename the "show_graph" action here, too.
author
Florian Forster
<ff@octo.it>
Sun, 27 Jun 2010 10:10:44 +0000
(12:10 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 27 Jun 2010 10:10:44 +0000
(12:10 +0200)
share/collection.js
patch
|
blob
|
history
diff --git
a/share/collection.js
b/share/collection.js
index
e9b376a
..
75391b9
100644
(file)
--- a/
share/collection.js
+++ b/
share/collection.js
@@
-1,7
+1,7
@@
function format_instance(inst)
{
return ("<li class=\"instance\"><a href=\"" + location.pathname
- + "?action=show_
graph
;" + inst.params + "\">" + inst.description
+ + "?action=show_
instance
;" + inst.params + "\">" + inst.description
+ "</a></li>");
}