summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
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 899bb6a..266fe19 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -24,7 +24,7 @@
#{js}
});
- %div{:id => "model_#{model.id}_progress", :class => "model_progress", :title => "#{percentage_completed}%", :alt => "#{percentage_completed}%"}
+ %div{:id => "model_#{model.id}_progress", :class => "model_progress", :title => "#{percentage_completed}%"}
//= haml :model_progress, :locals=>{:percentage_completed=>percentage_completed}, :layout => false
%span
@@ -41,7 +41,7 @@
- if CONFIG[:logger]=="debug"
%dt Task:
%dd
- %a{:href => "#{model.task_uri}", :rel => "external"}
+ %a{:href => "#{model.task_uri}", :id => "model_#{model.id}_task_link", :rel => "external"}
= model.task_uri
- if model.warnings
%dt Warnings: