From 592f509ec22dd3f742ee530c7b1692b1af05e528 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 24 Mar 2011 13:57:07 +0100 Subject: external links with rel='external' for w3c compliance --- views/layout.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index d9d7783..2a96636 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -37,7 +37,7 @@ - if `hostname`.match(/ot-test/) .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/opentox/opentox-toxmodel/issues'} issue tracker. + %a{:href => 'http://github.com/opentox/toxcreate/issues', :rel => "external"} issue tracker. - if flash[:notice] %p @@ -48,6 +48,6 @@ .footer © - %a{:href => 'http://www.in-silico.ch'} in silico toxicology + %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology 2009-2010, powered by - %a{:href => 'http://www.opentox.org'} OpenTox + %a{:href => 'http://www.opentox.org', :rel => "external"} OpenTox -- cgit v1.2.3 From 0559ff4159064118292ddc9ef0dbb032afbb6aef Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 30 Mar 2011 12:57:57 +0200 Subject: icon for external links --- views/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 2a96636..c849dec 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -50,4 +50,4 @@ © %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology 2009-2010, powered by - %a{:href => 'http://www.opentox.org', :rel => "external"} OpenTox + %a{:href => 'http://www.opentox.org', :rel => "external"} OpenTox -- cgit v1.2.3 From 3430ce8d28846a405d403b2c4a03bcab5a11f9e6 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 4 Apr 2011 18:44:44 +0200 Subject: Selection of AMBIT datasets added --- views/layout.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index c849dec..174db9f 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -17,7 +17,7 @@ Create and evaluate models to predict toxicity .index %ul - %li{:class => ("selected" if /\/create/ =~ request.path )} + %li{:class => ("selected" if /\/create|echa|ambit|feature/ =~ request.path )} = link_to "Create", "/create" %li{:class => ("selected" if /models/ =~ request.path )} = link_to "Inspect", "/models" @@ -49,5 +49,5 @@ .footer © %a{:href => 'http://www.in-silico.ch', :rel => "external"} in silico toxicology - 2009-2010, powered by + 2009-2011, powered by %a{:href => 'http://www.opentox.org', :rel => "external"} OpenTox -- cgit v1.2.3