travis-web/assets/scripts/app/views
Piotr Sarnacki 5f2f4c3852 First stab at fixing weird view errors
This commit starts refactoring of one of the remaining areas where we do weird
tricks to get the desired behaviour. Namely, we were treating "my_repositories"
and "recent" not as individual routes with separate URLs, but only different
states on the repos controller. Such approach leads to various problem with
connecting outlets on rerenders (ie. we don't explicitly connect outlets when
changing from one view to another programatically).

A new cleaner way is to change both tabs into routes.
2014-12-29 18:17:55 +01:00
..
repo First stab at fixing weird view errors 2014-12-29 18:17:55 +01:00
accounts.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00
annotation.coffee Extract annotations view 2013-07-11 11:45:23 -07:00
annotations.coffee Add newline 2014-01-24 10:32:42 -05:00
application.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00
build.coffee Use gravatar for author and committer avatars. 2014-05-09 02:20:34 +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 Revert "Revert "Merge pull request #308 from rwjblue/update-ember"" 2014-12-29 18:16:14 +01:00
left.coffee Fix some of the places still using Travis.app 2013-02-21 23:22:54 +01:00
log.coffee First stab at fixing weird view errors 2014-12-29 18:17:55 +01:00
profile.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00
repo.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
signin.coffee Refactor auth code 2014-05-28 10:22:47 +02:00
stats.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
status_image_input.coffee Use textarea instead of input for build status images and links. 2014-05-12 02:47:37 +02:00
status_images.coffee URL-encode branch name for status images. 2014-05-19 13:15:56 +02:00
top.coffee Refactor auth code 2014-05-28 10:22:47 +02:00