summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-09 10:32:26 +0100
committermr <mr@mrautenberg.de>2010-12-09 10:32:26 +0100
commit29ac25b9bce4d23002eae991e901732b8b2c2a39 (patch)
tree00518ec957a5d463a19e923c00d28cd4509b4818 /views/prediction.haml
parentf5e96aba9ebf6c97d2f17f79571faf25c201b95f (diff)
A&A implementation
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 8498abc..f0b48e8 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -44,6 +44,7 @@
%form{:name => "form", :action => url_for('/lazar'), :method => "post", :enctype => "multipart/form-data" }
%input{:type => :hidden, :name => :compound_uri, :value => @compound.uri}
%input{:type => :hidden, :name => :model_uri, :value => p[:model_uri]}
+ %input{:type => :hidden, :name => :token_id, :value => session[:token_id]}
%input{ :type => "submit", :value => "Details"}
= haml :confidence, :layout => false