summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-01-31 19:09:16 +0100
committerChristoph Helma <helma@in-silico.de>2010-01-31 19:09:16 +0100
commita90c9ea8332e40f9f056128fde10630e7f39c197 (patch)
treea00b2941266ba48dfa0dab6a290c809bf0f73994 /views/layout.haml
parent9d5ca57de4ebce305e1e4f53701e502e49a6d4c8 (diff)
Upload facilities added, Ambit disabled
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 5f60b42..5426c34 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -12,11 +12,13 @@
.index
%ul
%li{:class => ("selected" if /create/ =~ request.path )}
- %a{ :href => "create" } Create a prediction model
+ = link_to "Create", "/create"
%li{:class => ("selected" if /predict/ =~ request.path )}
- %a{ :href => "predict" } Toxicity predictions
+ = link_to "Predict", "/predict"
+ %li{:class => ("selected" if /tasks/ =~ request.path )}
+ = link_to "Tasks", "/tasks"
%li{:class => ("selected" if /about/ =~ request.path )}
- %a{ :href => "about" } About
+ = link_to "About", "/about"
.content