summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-23 17:48:53 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-23 17:48:53 +0100
commit88e78774eb287f50c1a9faa52a53bda1cc112a7e (patch)
tree54788e08fec19ad1a6e01a3a726d2180ce5e055e /views/create.haml
parentb733e8e66e32dd0a4c8336df7253c39911131cd7 (diff)
some test issues resolved
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/create.haml b/views/create.haml
index dcb512a..99cffb3 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -14,13 +14,13 @@
%a{:href => 'http://lazar.in-silico.de'} lazar
model
%label{:for => 'endpoint'} 1. Enter a name for your endpoint:
- %input{:type => 'text', :name => 'endpoint', :id => 'endpoint'}
+ %input{:type => 'text', :name => 'endpoint', :id => 'endpoint', :size => '50'}
%br
%label{:for => 'file'}
2. Upload training data in
= link_to "CSV", '/csv_format'
format:
- %input{:type => 'file', :name => 'file', :id => 'file'}
+ %input{:type => 'file', :name => 'file', :id => 'file', :size => '41'}
%input{ :type => "submit", :value => "Create model"}
= link_to "Cancel", 'create'