summaryrefslogtreecommitdiff
path: root/views/details.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-09-25 11:29:26 +0000
committergebele <gebele@in-silico.ch>2017-09-25 11:29:26 +0000
commite22513f460eeb42af5164537a7ecea9d21035cea (patch)
tree1a36c019ca4fce7e92c994ae9587f267b072974c /views/details.haml
parent437b78faf4bcd820ea3193da18abf6b71eda8153 (diff)
before new batch
Diffstat (limited to 'views/details.haml')
-rw-r--r--views/details.haml24
1 files changed, 0 insertions, 24 deletions
diff --git a/views/details.haml b/views/details.haml
deleted file mode 100644
index bb8250d..0000000
--- a/views/details.haml
+++ /dev/null
@@ -1,24 +0,0 @@
-%div.modal-body{:style=>"padding:10px;"}
- %button.close{ :type=>" button", data: { dismiss:"modal"}} &times;
- %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", :rel=>"external"} PubChem read across
- %i (experimental)
- %br