summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-08 12:30:23 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-08 12:30:23 +0100
commit04f39a56fdb10361a32583e74554332b3eb8bc32 (patch)
treed362c93203d78969fc6fd146ede7fa3c85a45b04 /views/predict.haml
parente5c015a88f922eb5c8b48587f45c8eaf987d9ef0 (diff)
tasks bar removed, link to issue tracker added
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index f6ed6a3..5cbb1d2 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -1,4 +1,5 @@
.input
+ = link_to 'Reload', '/predict'
- unless @models.nil?
%form{ :action => url_for('/predict'), :method => "post", :enctype => "multipart/form-data" }
%fieldset
@@ -16,5 +17,5 @@
%br
%input{ :type => "submit", :value => "Predict"}
- = link_to 'Cancel', '/'
+ = link_to 'Cancel', '/predict'