travis-web/assets/scripts/app/templates
Piotr Sarnacki 52dea338ee Refactor handling accounts
This commit changes a way we load accounts for profile view:

* instead of using several views with profile controllers, always use
  one view to render hooks. This is achieved by redirecting to
  individual account page from main profile page (for example when going
  into /profile as a user drogus, the effective address will be
  /profile/drogus)
* instead of using observers to wait for accounts to load I just use
  promise in ProfileRoute#model which effectively ensures that accounts
  are loaded at the time we want to select an individual account
* profile controller is split into profile and account controller
2014-05-28 10:23:39 +02:00
..
annotations Only show annotations div if there are any. 2014-05-09 13:18:14 +02:00
auth Refactor auth code 2014-05-28 10:22:47 +02:00
builds Converted Image Assets to SVG 2014-05-22 12:40:39 -04:00
components Revert "Revert "Use switches on settings pane"" 2014-02-12 17:33:42 +01:00
events use states instead of result 2012-12-09 15:16:27 +01:00
index Add requests page 2014-05-12 11:03:10 +02:00
jobs Converted Image Assets to SVG 2014-05-22 12:40:39 -04:00
layouts No need to name outlet 'main' 2014-05-28 10:23:38 +02:00
profile Refactor handling accounts 2014-05-28 10:23:39 +02:00
queues Replace all of the uses of translation helper with plain text 2014-01-15 14:35:01 +01:00
repo Remove RepoLoadingRoute for now 2014-05-14 14:38:26 +02:00
repos Don't specify outlet name for 'pane' outlets 2014-05-28 10:23:38 +02:00
stats Show message on stats page 2012-10-10 16:47:22 +02:00
workers Use link-to instead of deprecated linkTo. 2014-01-07 21:02:24 -05:00
.gitkeep extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
account.hbs Refactor handling accounts 2014-05-28 10:23:39 +02:00
first_sync.hbs Rearrange items on the first sync page. 2014-05-06 10:22:50 +02:00
insufficient_oauth_permissions.hbs Make explanation box smaller, left-align text. 2014-03-10 12:50:31 +01:00
loading.hbs Refactor handling accounts 2014-05-28 10:23:39 +02:00
no_owned_repos.hbs Use link-to instead of deprecated linkTo. 2014-01-07 21:02:24 -05:00
not_found.hbs Handle not-found routes #159 2013-03-15 10:43:07 +01:00
request.hbs Add requests page 2014-05-12 11:03:10 +02:00
requests.hbs Change Id header into Request on requests list 2014-05-12 11:17:49 +02:00
status_images.hbs Use textarea instead of input for build status images and links. 2014-05-12 02:47:37 +02:00