travis-web/assets/scripts/app/views
Piotr Sarnacki e6800c80c6 Refactor our layout handling
Layout handling in travis-web was implemented in a dynamic way, so we
could change a main layout from any of the routes. This needed a
`rerender` call which was making things harder and needed some hacks. It
also broke a few transitions when upgrading to 1.8.1.

After examining our usage of layouts I've noticed that we don't need to
change the entire layout dynamically and instead we can set layout on
root routes (like "index", "profile" and other root routes).
2014-12-29 18:16:14 +01:00
..
repo Refactor our layout handling 2014-12-29 18:16:14 +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 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 Revert "Revert "Merge pull request from rwjblue/update-ember"" 2014-12-29 18:16:14 +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