summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-08 12:30:23 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-08 12:30:23 +0100
commit04f39a56fdb10361a32583e74554332b3eb8bc32 (patch)
treed362c93203d78969fc6fd146ede7fa3c85a45b04 /views/layout.haml
parente5c015a88f922eb5c8b48587f45c8eaf987d9ef0 (diff)
tasks bar removed, link to issue tracker added
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index f72ce1e..2e0e575 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -15,13 +15,17 @@
= link_to "Create", "/create"
%li{:class => ("selected" if /predict/ =~ request.path )}
= link_to "Predict", "/predict"
- %li{:class => ("selected" if /tasks/ =~ request.path )}
+ -#%li{:class => ("selected" if /tasks/ =~ request.path )}
= link_to "Tasks", "/tasks"
%li{:class => ("selected" if /about/ =~ request.path )}
= link_to "About", "/about"
.content
+ .notice
+ This service is for testing purposes only - once a week all models will be deleted. Please send bug reports and feature requests to our
+ %a{:href => 'http://github.com/helma/opentox-toxmodel/issues'} issue tracker.
+
- if flash[:notice]
.notice
= flash[:notice]