travis-web/assets/scripts/app/templates
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
..
auth Fix some of the places still using Travis.app 2013-02-21 23:22:54 +01:00
builds Move checking for errors to router rather than template 2013-06-05 11:37:29 +02:00
events use states instead of result 2012-12-09 15:16:27 +01:00
jobs Make sure that commit data is always fresh by using #with 2013-05-15 17:23:54 +02:00
layouts Refine sidebar GA details. 2013-06-01 10:17:56 +02:00
profile Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
queues Fix odd behavior on running jobs list and on queued jobs list 2013-05-15 17:23:53 +02:00
repos Move checking for errors to router rather than template 2013-06-05 11:37:29 +02:00
stats Show message on stats page 2012-10-10 16:47:22 +02:00
workers Fix odd behavior on running jobs list and on queued jobs list 2013-05-15 17:23:53 +02:00
.gitkeep extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
not_found.hbs Handle not-found routes #159 2013-03-15 10:43:07 +01:00
status_images.hbs Load branches for status images only after opening the popup 2013-01-24 00:48:11 +01:00