summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-05-10 14:49:22 +0200
committermr <mr@mrautenberg.de>2010-05-10 14:49:22 +0200
commit3f81d0d90b579f3bf17ff1c1fbbd56df77fee8c6 (patch)
treeb487e759ce9479836e955b2973287effa1a8221f /views/model.haml
parent957f848a122e253b74c28d0f507eb5ce9f3ceb1b (diff)
some small changes / change delete uri / layout: opentox logo font
Diffstat (limited to 'views/model.haml')
-rw-r--r--views/model.haml8
1 files changed, 3 insertions, 5 deletions
diff --git a/views/model.haml b/views/model.haml
index cfcf6f3..da7652e 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -14,10 +14,10 @@
%span{:id => "model_#{model.id}_status", :class => model.status}
= haml :model_status, :locals=>{:model=>model}, :layout => false
(
- %a{:href => url_for("/model/#{model.id}/delete"), :id => "delete_#{model.id}", :class => 'delete'} delete
+ %a{:href => url_for("/model/#{model.id}"), :id => "delete_#{model.id}", :class => 'delete'} delete
)
%dt Started:
- %dd= model.created_at
+ %dd= model.created_at.strftime("%m/%d/%Y - %I:%M:%S%p")
%dt Training compounds:
%dd= model.nr_compounds
%dt Warnings:
@@ -43,8 +43,6 @@
%a{:href => "#{model.training_dataset}.rdf"} RDF/XML
,
%a{:href => "#{model.training_dataset}.yaml"} YAML
- ,
- %a{:href => "#{model.training_dataset}.html"} HTML
%em (more formats to be added)
%dt Feature dataset:
%dd
@@ -74,4 +72,4 @@
-# else
%em under construction
= image_tag("/snake_transparent.gif")
- =# model.validation_task_uri \ No newline at end of file
+ =# model.validation_task_uri