summaryrefslogtreecommitdiff
path: root/views/help.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-03-24 13:57:07 +0100
committermr <mr@mrautenberg.de>2011-03-24 13:57:07 +0100
commit592f509ec22dd3f742ee530c7b1692b1af05e528 (patch)
tree0322f9332db56a696282cf54c165663de7a3e1b1 /views/help.haml
parent0ed50191f815fce11816044864a045a31194d8b4 (diff)
external links with rel='external' for w3c compliance
Diffstat (limited to 'views/help.haml')
-rw-r--r--views/help.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/help.haml b/views/help.haml
index da6495e..3d39641 100644
--- a/views/help.haml
+++ b/views/help.haml
@@ -1,7 +1,7 @@
= link_to "Back to model creation", '/create'
%p
Input files have two columns. Enter in the first column the chemical structure in
- %a{:href => "http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification"} SMILES
+ %a{:href => "http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification", :rel => "external"} SMILES
format, in the second column the toxic activity. The first line contains a description of the columns and is ignored.
%dl
%dt Classification datasets
@@ -12,15 +12,15 @@
%ul
%li
use
- %a{:href => "http://en.wikipedia.org/wiki/Molar_(concentration)"} molar
+ %a{:href => "http://en.wikipedia.org/wiki/Molar_(concentration)", :rel => "external"} molar
units
%li enter non-logarithmic values (logarithms are taken internally)
%li avoid 0 activities (will be ignored)
%p
Input files are accepted in
- %a{:href => "http://en.wikipedia.org/wiki/Microsoft_Excel"} Excel
+ %a{:href => "http://en.wikipedia.org/wiki/Microsoft_Excel", :rel => "external"} Excel
and
- %a{:href => "http://en.wikipedia.org/wiki/Comma-separated_values"} CSV
+ %a{:href => "http://en.wikipedia.org/wiki/Comma-separated_values", :rel => "external"} CSV
formats.
%h3 Excel example