summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-22 11:09:28 +0000
committerChristoph Helma <helma@in-silico.ch>2011-08-22 11:09:28 +0000
commit3b7a80f1af7e8b68f2f8bc9fd137ec9be5658c20 (patch)
treef4e35124277de544c7d7243af1a14ef85d3deb92 /views/model.haml
parent12b3295738445c941b03b15c34ec9e7f2fb56816 (diff)
integers in confusion matrix, average area under roc
Diffstat (limited to 'views/model.haml')
-rw-r--r--views/model.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/model.haml b/views/model.haml
index e688ae9..f0fd660 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -29,9 +29,9 @@
- if is_authorized(model.web_uri, "DELETE")
%a{:href => url_for("/model/#{model.id}"), :id => "delete_#{model.id}", :class => 'delete_link'}
- if model.status =~ /Completed|Error|Cancelled/
- (delete)
+ &nbsp;(delete)
- else
- (stop)
+ &nbsp;(stop)
%span
%br