summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2012-02-15 11:56:00 +0100
committermr <mr@mrautenberg.de>2012-02-15 11:56:00 +0100
commitc7560b84e765db071353449dafce7ebd6760de4b (patch)
treee7bbe5539aa366aac47e11c1dff8605c8383c6f8
parenteb7d496c2eb0945c49381ab5ab3ddbc8a3115ff6 (diff)
fix names and synonyms link
-rw-r--r--views/lazar.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/lazar.haml b/views/lazar.haml
index 870fcab..9bfff2a 100644
--- a/views/lazar.haml
+++ b/views/lazar.haml
@@ -27,7 +27,7 @@
%a{:href => "#prediction", :id => "show_names"} Names and synonyms
:javascript
$("a#show_names").click(function () {
- $("#compound_names").load("#{File.join("/compound",@compound.inchi)}");
+ $("#compound_names").load("#{File.join("compound",@compound.inchi)}");
$("tr#names").toggle();
});
%li= toggle_link("#fragments","Significant fragments")