summaryrefslogtreecommitdiff
path: root/views/help.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/help.haml')
-rw-r--r--views/help.haml28
1 files changed, 14 insertions, 14 deletions
diff --git a/views/help.haml b/views/help.haml
index 2b39d6c..f602dff 100644
--- a/views/help.haml
+++ b/views/help.haml
@@ -87,13 +87,13 @@
%p
Excel examples for download:
- %ul
- %li
- = link_to "hamster_carcinogenicity.xls", "/hamster_carcinogenicity.xls"
- (classification)
- %li
- = link_to "EPAFHM.xls", "/EPAFHM.xls"
- (regression)
+%ul
+ %li
+ = link_to "hamster_carcinogenicity.xls", "/hamster_carcinogenicity.xls"
+ (classification)
+ %li
+ = link_to "EPAFHM.xls", "/EPAFHM.xls"
+ (regression)
%h3 CSV example
@@ -113,13 +113,13 @@
%p
CSV examples for download:
- %ul
- %li
- = link_to "hamster_carcinogenicity.csv", "/hamster_carcinogenicity.csv"
- (classification)
- %li
- = link_to "EPAFHM.csv", "/EPAFHM.csv"
- (regression)
+%ul
+ %li
+ = link_to "hamster_carcinogenicity.csv", "/hamster_carcinogenicity.csv"
+ (classification)
+ %li
+ = link_to "EPAFHM.csv", "/EPAFHM.csv"
+ (regression)
%p You can create CSV files in Excel: Create a sheet with two columns and export them as CSV file with the "Save As" option from the menu, selecting the CSV (comma delimited) format.