diff --git a/aio/e2e/app.e2e-spec.ts b/aio/e2e/app.e2e-spec.ts index eb3daaa3ab..83bff399ab 100644 --- a/aio/e2e/app.e2e-spec.ts +++ b/aio/e2e/app.e2e-spec.ts @@ -59,14 +59,6 @@ describe('site App', function() { }); }); - describe('api-docs', () => { - it('should show a link to github', () => { - page.navigateTo('api/common/NgClass'); - expect(page.ghLink.getAttribute('href')) - .toMatch(/https:\/\/github.com\/angular\/angular\/tree\/.+\/packages\/common\/src\/directives\/ng_class\.ts/); - }); - }); - describe('tutorial docs', () => { it('should not render a paragraph element inside the h1 element', () => { page.navigateTo('tutorial/toh-pt1'); diff --git a/aio/src/styles/2-modules/_api-info-bar.scss b/aio/src/styles/2-modules/_api-info-bar.scss index b621a3f4fb..27b766bd7d 100644 --- a/aio/src/styles/2-modules/_api-info-bar.scss +++ b/aio/src/styles/2-modules/_api-info-bar.scss @@ -1,13 +1,13 @@ .api-info-bar { max-width: 800px; - text-align: center; + text-align: left; span { - margin: 0 16px; + margin: 0 16px 0 0; @media screen and (max-width: 600px) { display: block; } } -} \ No newline at end of file +} diff --git a/aio/tools/transforms/templates/api/includes/info-bar.html b/aio/tools/transforms/templates/api/includes/info-bar.html index ee75105de9..e58ab2e849 100644 --- a/aio/tools/transforms/templates/api/includes/info-bar.html +++ b/aio/tools/transforms/templates/api/includes/info-bar.html @@ -11,8 +11,4 @@ NgModule: {@link {$ doc.ngModule $}} {% endif %} - - - {$ github.githubViewLink(doc, versionInfo) $} - - \ No newline at end of file +