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

.content
  .details
    %h2
      Details:
    %img{:src=>"#{@compound_uri.uri}/image", :alt=>"", :width=>"100px"}
    %br
    %b
      SMILES:
    %p= @smiles
    %br
    %b
      Names:
    %p= @names.gsub(",", ";\t")
    %br
    %b
      InChI:
    %p= @inchi