travis-web/assets/scripts/app/views
Piotr Sarnacki 0327d39e2c Move observing last build to controller
We observe last build on the repo in order to show the freshest build on
repo page. I moved it to router in order to keep such observers in the
same place, but this was not a wise move. To make it work properly
observer needs to be removed when moving to some other part (like
build's page). The problem is that deactivate function is not called
when we move to the other route in the same nesting. We have our own
'activate' function on repoController, which is better suited for
handling this task.
2013-09-12 23:23:21 +02:00
..
repo Move observing last build to controller 2013-09-12 23:23:21 +02:00
accounts.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
application.coffee Fix specs, add styling for firefox 2013-04-05 18:09:00 +02:00
build.coffee Use pullRequestNumber from build, not from commit 2013-08-29 01:01:03 +02:00
events.coffee Merge branch 'master' of github.com:travis-ci/travis-web 2012-10-16 02:05:17 +02:00
flash.coffee Don't use id for flash view 2013-05-16 13:33:07 +02:00
job.coffee Add @svenfuchs' log reimplementation 2013-02-22 17:00:50 +01:00
left.coffee Fix some of the places still using Travis.app 2013-02-21 23:22:54 +01:00
log.coffee Fix expanding folds on firefox 2013-03-29 23:25:05 +01:00
profile.coffee Download 2x images from Gravatar 2013-05-22 13:09:24 +02:00
repo.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
signin.coffee Allow to sign in and sign out 2013-02-21 23:22:53 +01:00
stats.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
status_images.coffee Add Rst status image format 2013-07-26 23:55:12 -07:00
top.coffee Refactor sign in related templates, fix indicator in auth template 2013-08-05 03:24:33 +02:00