summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-14 16:40:18 +0100
committermr <mr@mrautenberg.de>2010-12-14 16:40:18 +0100
commitc5d85910256c699ea9dedc96614f342b807b023e (patch)
tree27aac93011f3a727972431d4e83b056c135efcb5 /views/predict.haml
parent5a01f50477e3fecd5921a8686c80045dbfcf799d (diff)
rename token_id to subjectid
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 6337a5b..cd5c0d4 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -29,7 +29,7 @@
%input{:type => 'checkbox', :name => "selection[#{model.id}]", :value => true, :id => model.id}
%br
- %input{:type => 'hidden', :name => 'token_id', :id => 'token_id', :value => session[:token_id]}
+ %input{:type => 'hidden', :name => 'subjectid', :id => 'subjectid', :value => session[:subjectid]}
%input{ :type => "submit", :value => "Predict", :onclick => "getsmiles();"}
= link_to 'Cancel', '/predict'