Skip to content

Commit d7aef1d

Browse files
author
Liz
committed
Merge pull request #30 from ArtCraftCode/forest-park-v2
errata for forest park, cable set two, round 2
2 parents 36d44ac + 994341c commit d7aef1d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

app/partials/pattern.jade

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@
7373

7474
abbreviations
7575

76-
.pattern-version Version {{pattern.version}}
76+
.pattern-version
77+
p Version {{pattern.version}}
78+
ul.separated(ng-if='pattern.updates.length > 0')
79+
li(ng-repeat='update in pattern.updates') {{update}}
7780

7881
.cell-fixed-right(ng-controller='ModalCtrl')
7982
div(ng-repeat='image in pattern.images')

app/partials/patterns/forest-park.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ section
1616
h4 Cable Set Two
1717

1818
p Round 1: *k5, p2, k8, p2, k5, p1, m1p, p1, rpt from * to end.
19-
p Round 2: *k1, p3, k1, p2, k8, p2, k1, p3, k1, p1, k2, p1, rpt from * to end.
19+
p Round 2: *k1, p3, k1, p2, k8, p2, k1, p3, k1, p1, k1, p1, rpt from * to end.
2020
p Round 3: *k5, p2, k8, p2, k5, p1, m1l, k1, m1r, p1, rpt from * to end.
2121
p Round 4: *k1, p3, k1, p2, C4F, C4B, p2, k1, p3, k1, pfb, C4F, pfb, rpt from * to end.
2222
p Round 5: *k5, p2, k8, p2, k5, p2, k4, p2, rpt from * to end.

app/scripts/services/patterns_services.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ angular.module('app.patterns_services', [])
2525
measurements: '10.5"/26.6cm tall; 24"/61cm circumference at smallest opening, 33"/84cm circumference at largest opening.'
2626
}],
2727
notions: ['stitch marker', 'cable needle (optional)', 'darning needle'],
28-
version: '1 (December 29, 2014)',
28+
version: '2 (January 2, 2015)',
29+
updates: [
30+
'Version 2: corrected Cable Set Two, Round 2. Originally ended with p1, k2, p1. Corrected to p1, k1, p1.'
31+
],
2932
images: ['https://s3.amazonaws.com/artcraftcode.com/permanent_assets/forest-park-1.jpg', 'https://s3.amazonaws.com/artcraftcode.com/permanent_assets/forest-park-2.jpg'],
3033
ravelry: {
3134
link: 'http://www.ravelry.com/patterns/library/forest-park-cowl',

0 commit comments

Comments
 (0)