summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-05-18 20:12:37 +0200
committermr <mr@mrautenberg.de>2010-05-18 20:12:37 +0200
commitd82222d6b17824606d459769de00c1fa13b2d437 (patch)
tree29090655b21b27f3918dcc57df382776d75d9e38 /views/models.haml
parent1691549ce7fb6f50f7231c5a1102163c1595c587 (diff)
updated views
Diffstat (limited to 'views/models.haml')
-rwxr-xr-xviews/models.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/models.haml b/views/models.haml
index 3d17c36..c11aaa7 100755
--- a/views/models.haml
+++ b/views/models.haml
@@ -1,4 +1,4 @@
-- stati = @models.map{|m| "#{m.id}" if m.status != "completed"}.compact
+- stati = @models.map{|m| "#{m.id}" if m.status != "Completed"}.compact
- stati_to_check = stati.length > 0 ? stati.join(", ") : stati = 0
:javascript
$(function() {