summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
authorChristoph Helma <ch@in-silico.ch>2010-02-15 10:10:06 +0100
committerChristoph Helma <ch@in-silico.ch>2010-02-15 10:10:06 +0100
commit2c822c9d9da50866d26eac5e1debcaba5e35a451 (patch)
tree878de712f6c371bb3f2eb05826f7d2f1349bcbcb /views/create.haml
parentd915b89943b2aaa9d252bf75cfae872ee1544cf4 (diff)
lazar model specified
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/create.haml b/views/create.haml
index 0ba4737..1193499 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -1,7 +1,10 @@
.input
%form{ :action => url_for('/upload'), :method => "post", :enctype => "multipart/form-data" }
%fieldset
- %legend Upload training data and create a prediction model
+ %legend
+ Upload training data and create a
+ %a{:href => 'http://lazar.in-silico.de'} lazar
+ model
%label{:for => 'endpoint'} 1. Enter endpoint name:
%input{:type => 'text', :name => 'endpoint', :id => 'endpoint'}
%em (please use only letters, numbers and spaces - this will be fixed soon)