diff --git a/app/routes/owner.coffee b/app/routes/owner.coffee index 512a707c..141480c6 100644 --- a/app/routes/owner.coffee +++ b/app/routes/owner.coffee @@ -10,10 +10,8 @@ Route = TravisRoute.extend owner = {} $.get("https://api-staging.travis-ci.org/v3/owner/#{params.owner}").then( (data) -> - console.log('******************') - owner = data - console.log(owner) + owner ) diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 8c1bcc87..c36f7584 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -45,6 +45,7 @@ $db-text-color: #ACAAAA .db @include resetul + margin: auto position: relative margin-bottom: 1em background: $white