summaryrefslogtreecommitdiff
path: root/views/details.haml
blob: ffa347c990cb4bce9e9801e7a0ae56da3e827192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"}

.details
  %img{:src=>"#{@compound.uri}/image", :alt=>@compound.uri, :width=>"100px"}
  %p
    SMILES:
    = @compound.smiles

  %p
    // TODO handle OpenTox::ResourceNotFoundError
    Names:
    = @compound.names

  %p
    = @compound.inchi.gsub("InChI=", "InChI: ")