travis-web/assets/scripts/app/controllers
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
..
account_index.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
accounts.coffee Fix profile views 2013-02-21 23:22:53 +01:00
build.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
builds.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
current_user.coffee Fix sync button 2013-03-05 03:37:47 +01:00
flash.coffee Fix more specs 2013-03-04 03:46:04 +01:00
home.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
job.coffee Reset line numebr on each request 2013-03-14 17:56:50 +01:00
profile.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
repo.coffee Move checking for errors to router rather than template 2013-06-05 11:37:29 +02:00
repos.coffee Don't set sortProperties to null 2013-05-29 13:51:21 +03:00
running_jobs.coffee Destroy groups in running jobs after they're emptied 2013-03-21 23:46:27 +01:00
sidebar.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
stats.coffee Fix more specs 2013-03-04 03:46:04 +01:00