This repository was archived by the owner on Nov 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4967
-3922
lines changed Expand file tree Collapse file tree 5 files changed +4967
-3922
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ module.exports = {
20
20
// node files
21
21
{
22
22
files : [
23
- 'testem.js' ,
24
23
'ember-cli-build.js' ,
24
+ 'testem.js' ,
25
25
'config/**/*.js' ,
26
26
'lib/*/index.js'
27
27
] ,
Original file line number Diff line number Diff line change 29
29
{{ #each model.data as |post |}}
30
30
{{ #if (eq post.attributes.titletype 2 )}}
31
31
<li class =" nav-item" {{ action " goToSection" }} >
32
- {{ #link-to ' webcomponent ' (query-params del =post.attributes.slug ) class =" nav-link" }} {{ post.attributes.title }} {{ /link-to }}
32
+ {{ #link-to ' styleguide ' (query-params del =post.attributes.slug ) class =" nav-link" }} {{ post.attributes.title }} {{ /link-to }}
33
33
</li >
34
34
35
35
{{ else if (eq post.attributes.titletype 3)}}
36
36
<ul >
37
37
<li class =" nav-item" {{ action " goToSection" }} >
38
- {{ #link-to ' webcomponent ' (query-params del =post.attributes.slug ) class =" nav-link" }} {{ post.attributes.title }} {{ /link-to }}
38
+ {{ #link-to ' styleguide ' (query-params del =post.attributes.slug ) class =" nav-link" }} {{ post.attributes.title }} {{ /link-to }}
39
39
</li >
40
40
</ul >
41
41
{{ /if }}
44
44
</aside >
45
45
<aside class =" internal-nav-top" >
46
46
<ul >
47
- <li class =" nav-item" {{ action " goToSection" }} >{{ #link-to ' webcomponent ' (query-params del =" top" ) class =" btn btn-primary" }} {{ post.attributes.title }} til toppen{{ /link-to }} </li >
47
+ <li class =" nav-item" {{ action " goToSection" }} >{{ #link-to ' styleguide ' (query-params del =" top" ) class =" btn btn-primary" }} {{ post.attributes.title }} til toppen{{ /link-to }} </li >
48
48
</ul >
49
49
</aside >
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
1
3
const browsers = [
2
4
'last 1 Chrome versions' ,
3
5
'last 1 Firefox versions' ,
You can’t perform that action at this time.
0 commit comments