File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
tests/dummy/app/templates Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: node_js
33node_js :
44 # we recommend testing addons with the same minimum supported node version as Ember CLI
55 # so that your addon works for all apps
6- - " 8 "
6+ - " 10 "
77
88sudo : false
99dist : trusty
Original file line number Diff line number Diff line change 1- <div class =" docs-font-sans docs-text-black docs-leading-normal" >
2- <DocsHeader />
1+ <div class =" ember-view" >
2+ <div class =" docs-font-sans docs-text-black docs-leading-normal" >
3+ <DocsHeader />
34
4- {{ outlet }}
5+ {{ outlet }}
56
6- <DocsKeyboardShortcuts />
7+ <DocsKeyboardShortcuts />
8+ </div >
79</div >
Original file line number Diff line number Diff line change 11<section
2- class =" hero docs-bg-white docs- flex docs-flex-wrap docs-justify-center"
2+ class =" hero docs-flex docs-flex-wrap docs-justify-center"
33>
44 <div class =" section-content docs-mt-8 docs-mb-8 docs-w-full docs-max-w-4xl" >
55 <div
3030
3131 <LinkTo
3232 @route =" docs"
33- class =" docs-no-underline docs-bg-white docs- text-brand docs-text-xs docs-px-3 docs-py-2
33+ class =" docs-no-underline docs-text-brand docs-text-xs docs-px-3 docs-py-2
3434 docs-rounded docs-mt-4 docs-shadow-md hover:docs-shadow-lg
3535 docs-transition hover:docs-nudge-t docs-font-bold docs-inline-block docs-uppercase"
3636 >
You can’t perform that action at this time.
0 commit comments