From 676cc08edeb6c1d37a6e880b5d249499ca8e1223 Mon Sep 17 00:00:00 2001 From: mr Date: Mon, 2 May 2011 16:35:08 +0200 Subject: link to excel csv help on upload error --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 3d259fd..c261437 100644 --- a/application.rb +++ b/application.rb @@ -265,7 +265,7 @@ post '/models' do # create a new model begin lazar = OpenTox::Model::Lazar.create(:dataset_uri => @dataset.uri, :prediction_feature => @prediction_feature.uri, :subjectid => subjectid) rescue => e - error "Model creation failed with '#{e.message}'."# Please check if the input file is in a valid #{link_to "Excel", "/help"} or #{link_to "CSV", "/csv_format"} format." + error "Model creation failed with '#{e.message}'."# Please check if the input file is in a valid #{link_to "Excel", "/help"} or #{link_to "CSV", "/help"} format." end task.progress(25) =begin -- cgit v1.2.3