summaryrefslogtreecommitdiff
path: root/views/details.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-05-22 09:22:40 +0000
committergebele <gebele@in-silico.ch>2018-05-22 09:22:40 +0000
commit198165e4a0e46c522e28b69f10c9c8e5327f6bbb (patch)
tree9709022fdb13f28c9e6072e6ba0156141ae25ab4 /views/details.haml
parentb101916876ce06d06633af2a3ac6a34bd6cb2762 (diff)
add additional files
Diffstat (limited to 'views/details.haml')
-rw-r--r--views/details.haml28
1 files changed, 0 insertions, 28 deletions
diff --git a/views/details.haml b/views/details.haml
deleted file mode 100644
index be4948a..0000000
--- a/views/details.haml
+++ /dev/null
@@ -1,28 +0,0 @@
-:javascript
- $(document).ready(function(){
- addExternalLinks();
- });
-%div.modal-body{:style=>"padding:10px;"}
- %button.close{ :type=>" button", data: { dismiss:"modal"}} &times;
- %h3
- Names and synonyms:
- %p= @compound.svg
- %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