diff --git a/assets/scripts/app/templates/pro/no_owned_repos.hbs b/assets/scripts/app/templates/pro/no_owned_repos.hbs deleted file mode 100644 index 5e0127cf..00000000 --- a/assets/scripts/app/templates/pro/no_owned_repos.hbs +++ /dev/null @@ -1,77 +0,0 @@ -
-

Welcome to Travis CI!

- -

Hey, it looks like you're new around here and have yet to set up your first
repository on Travis CI. We're here to help you get started, it's easy!

- -
-
- -
- -
- Step 1:   Enabling your projects -

- Start by going to your {{#link-to "profile"}}profile{{/link-to}} and enable one of your projects. We've been - synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it. -

-
-
- -
-
- -
- -
- Step 2:   Adding Travis -

- Once you've enabled one of your projects, add a .travis.yml to your project, push some code, and we'll start processing your builds. Wait a - whee while and reload the page, and your newly setup and built project will show up on the right. -

-
-
- -
-
- -
- -
- Step 3:   Wait for your build to finish -

- We'll be sending you an email once the build has finished. Then, it's up to you to do the happy dance. -

-
-
- -
- Build Configuration -

- We use sensible defaults for most languages, but you can customize - both the build process and the build - environment to fit your project's needs. -

- - Notifications -

- You can also configure how you want to be notified of build results. Email is only one channel you can use. We - support Campfire, HipChat, Flowdock, IRC, and webhooks. To avoid - exposing any private credentials, you can shield them from the public using encrypted - configuration settings. -

- - Questions -

- Should you have any questions or issues, have a look at our - documentation, open an issue or - send us an email. -

-
-
diff --git a/assets/scripts/app/views.coffee b/assets/scripts/app/views.coffee index 6a13ceed..cfac5b40 100644 --- a/assets/scripts/app/views.coffee +++ b/assets/scripts/app/views.coffee @@ -14,9 +14,6 @@ Travis.MainView = Travis.View.extend layoutName: 'layouts/home' classNames: ['main'] -@Travis.NoOwnedReposView = Ember.View.extend - templateName: 'pro/no_owned_repos' - Travis.GettingStartedView = Travis.View.extend templateName: (-> if Travis.config.pro