summaryrefslogtreecommitdiff
path: root/views/details.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-09-13 17:53:15 +0200
committergebele <gebele@in-silico.ch>2013-09-13 17:53:15 +0200
commit42a6facfda144d0ed70063fd5b3887697578faa3 (patch)
treee2e72da7fd190ca42ec8936838a013430a6380b3 /views/details.haml
parent18afc02f6dffc544071e2bac764f8fdb639b7b15 (diff)
level save
Diffstat (limited to 'views/details.haml')
-rw-r--r--views/details.haml13
1 files changed, 5 insertions, 8 deletions
diff --git a/views/details.haml b/views/details.haml
index 0855bac..931b0b2 100644
--- a/views/details.haml
+++ b/views/details.haml
@@ -10,14 +10,11 @@
%img{:src=>"#{@compound_uri.uri}/image", :alt=>"Compound image not available", :width=>"300px", :heigth=>"300px"}
%br
%br
- %b
- SMILES:
+ %b="SMILES:"
%p= @smiles
%br
- %b
- Names:
- %p= @names.gsub(",", ";\t")
- %br
- %b
- InChI:
+ %b="InChI:"
%p= @inchi
+ %br
+ %b="Names:"
+ %p= @names.gsub(",", ";\t")