Moved to BS3.

This commit is contained in:
Martin Edenhofer 2013-09-22 20:24:18 +02:00
parent d299b0a2e5
commit 31deebbc2f

View file

@ -191,7 +191,7 @@ class App.Controller extends Spine.Controller
if diff > 0 if diff > 0
escalated = '-' escalated = '-'
if diff >= 0 if diff >= 0
style = "class=\"label label-important\"" style = "class=\"label label-danger\""
else if diff > -60 * 60 else if diff > -60 * 60
style = "class=\"label label-warning\"" style = "class=\"label label-warning\""
else else