summaryrefslogtreecommitdiff
path: root/views/compound_image.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 13:10:52 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 13:10:52 +0100
commit1952b3ed877e4791429512def5bd7102e4ba7a99 (patch)
tree624d3fde40b7abd2ae902e9635b1a1dcfa5df2b0 /views/compound_image.haml
parent99e3566a11a1d51df91a6d3d016e8ec260920020 (diff)
opentox-ruby-api-wrapper renamed to opentox-ruby
Diffstat (limited to 'views/compound_image.haml')
-rw-r--r--views/compound_image.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/compound_image.haml b/views/compound_image.haml
index c6f962a..18944dc 100644
--- a/views/compound_image.haml
+++ b/views/compound_image.haml
@@ -1,2 +1,2 @@
-%img{:src => compound.display_smarts_uri(features[:activating].collect{|f| f[:smarts]},@features[:deactivating].collect{|f| f[:smarts]}), :alt => compound.smiles}
+%img{:src => compound.matching_smarts_image_uri(features[:activating].collect{|f| f[:smarts]},features[:deactivating].collect{|f| f[:smarts]}), :alt => compound.to_smiles}