diff --git a/app/styles/app/layouts/profile.sass b/app/styles/app/layouts/profile.sass index b34f80f2..6a715a7b 100644 --- a/app/styles/app/layouts/profile.sass +++ b/app/styles/app/layouts/profile.sass @@ -35,10 +35,6 @@ .cta-btn text-align: right - @media #{$large-up} - position: absolute - top: 1rem - right: 0 .profile-getstarted position: relative diff --git a/app/templates/account.hbs b/app/templates/account.hbs index a7ef4634..ab1a9041 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -1,5 +1,25 @@ {{#if allHooks.isLoaded}} +
+ {{#if config.billingEndpoint}} +
+ {{#if view.subscribed}} + + Subscription active! + + {{else}} + {{#if view.education}} + + Educational account! + + {{else}} + + Sign up this account! + + {{/if}} + {{/if}} +
+ {{/if}}

{{view.name}}

@@ -19,25 +39,6 @@

last synced {{format-time user.syncedAt}}

- {{#if config.billingEndpoint}} -
- {{#if view.subscribed}} - - Subscription active! - - {{else}} - {{#if view.education}} - - Educational account! - - {{else}} - - Sign up this account! - - {{/if}} - {{/if}} -
- {{/if}} {{#if config.pro}}

We're only showing your private repositories. You can find your public projects on travis-ci.org.

{{else}}