summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-31 17:16:37 +0200
committerChristoph Helma <helma@in-silico.ch>2011-03-31 17:16:37 +0200
commit29516a370a458915050eca3dca586b3ec3b6f877 (patch)
tree352c38871b45dd09a1f30133a7b778f79b20f659 /views
parent1ff90a50733e96f1fefd93adcdeef07a8f93b432 (diff)
explicit prediction_feature, validation skipped if CONFIG[:services][opentox-validation] not set
Diffstat (limited to 'views')
-rw-r--r--views/endpoints.haml10
1 files changed, 0 insertions, 10 deletions
diff --git a/views/endpoints.haml b/views/endpoints.haml
deleted file mode 100644
index fc41190..0000000
--- a/views/endpoints.haml
+++ /dev/null
@@ -1,10 +0,0 @@
-%form{ :action => url_for('/endpoints'), :method => "get" }
-
- - @endpoints.each do |endpoint,datasets|
- %h2= endpoint.split('#').last + " " + datasets.size.to_s
- - datasets.each do |dataset|
- %br
- %input{:type=>'radio', :name => "dataset", :value => dataset} #{dataset}
-
- %p
- %input{:type => 'submit'}