travis-web/assets/scripts
Piotr Sarnacki 50cdc4cf98 Move checking for errors to router rather than template
Previously we were checking if we should display an error message by
adding if statements in a template. This is not the best way to do
it, because it clutters a template and makes code harder to follow.

In this commit I move rendering error templates to the router. Code for
rendering error when there is no builds is not the best way to do it
either, but it can be improved when new router changes are merged to
Ember's master and a way Ember Data is handling promises is revised and
improved.
2013-06-05 11:37:29 +02:00
..
app Move checking for errors to router rather than template 2013-06-05 11:37:29 +02:00
config We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
lib Change Ember.run.later to setTimeout in periodic actions 2013-05-29 11:17:58 +03:00
spec Fix tests with new Ember version 2013-05-15 18:46:41 +02:00
vendor Add visibility.js, wrapper on page visibility API 2013-05-29 13:42:28 +03:00
travis.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00