summaryrefslogtreecommitdiff
path: root/views/details.haml
blob: 8a57440b5d58937dd9fd6e93608c22b9d14198a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%div.modal-body{:style=>"padding:10px;"}
  %button.close{ :type=>" button", data: { dismiss:"modal"}} ×
  %h3
    Names and synonyms:
  %img.img-responsive{:src=>"#{@compound.uri}/image", :alt=>"Compound image not available", :width=>"300px", :heigth=>"300px", :style=>"float:left;"}
  %p
  %b="SMILES:"
  %p= @smiles
  %br
  %b="InChI:"
  %p= @inchi
  %br
  %b="Names:"
  %p{:style=>"padding-left:0.5em;"}
  - if @names !~ /^no names/i
    = @names.join("; ")
  - else
    = @names
  %hr
  %p{:style=>"padding-left:0.5em;"}
    / pubchem link
    %a.btn.btn-primary{:href=>"http://aop.in-silico.ch/", :title=>"Link opens in new window.", :alt=>"pubchem read across", :target=>"_blank"} PubChem read across 
    %i (experimental)
  %br