From 8c893bcb65d0d460a26918a053e80d95828208f7 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 18 Mar 2013 12:36:39 +0100 Subject: rename links --- TODO | 1 + helper.rb | 2 +- views/layout.haml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index a4fad2e..6741b5c 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,4 @@ - catch error if compound names unavailable - external links - add info hovers +- display notice 'sth went wrong' diff --git a/helper.rb b/helper.rb index abcecd4..caa1923 100644 --- a/helper.rb +++ b/helper.rb @@ -16,7 +16,7 @@ helpers do def hide_link(destination) @link_id = 0 unless @link_id @link_id += 1 - haml :js_link, :locals => {:name => "close", :destination => destination, :method => "hide"}, :layout => false + haml :js_link, :locals => {:name => "hide", :destination => destination, :method => "hide"}, :layout => false end def toggle_link(destination,name) diff --git a/views/layout.haml b/views/layout.haml index 1e4938d..6366ae6 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -12,7 +12,7 @@ %body .logo - %a{:href=> to('/predict')} + %a{:href=> "http://www.in-silico.ch/", :target=>"_blank"} %img{:src=>"/images/ist_logo.png"} %h1 Lazar Toxicity Predictions -- cgit v1.2.3