Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit 3bdea83

Browse files
committed
Upgraded ember to v3.1.0
1 parent d0bad4c commit 3bdea83

File tree

5 files changed

+4967
-3922
lines changed

5 files changed

+4967
-3922
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = {
2020
// node files
2121
{
2222
files: [
23-
'testem.js',
2423
'ember-cli-build.js',
24+
'testem.js',
2525
'config/**/*.js',
2626
'lib/*/index.js'
2727
],

app/pods/styleguide/template.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
{{#each model.data as |post|}}
3030
{{#if (eq post.attributes.titletype 2)}}
3131
<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}}
3333
</li>
3434

3535
{{else if (eq post.attributes.titletype 3)}}
3636
<ul>
3737
<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}}
3939
</li>
4040
</ul>
4141
{{/if}}
@@ -44,6 +44,6 @@
4444
</aside>
4545
<aside class="internal-nav-top">
4646
<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>
4848
</ul>
4949
</aside>

config/targets.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const browsers = [
24
'last 1 Chrome versions',
35
'last 1 Firefox versions',

0 commit comments

Comments
 (0)