From 43bb1bf4856ee6f218b4ff3330e3e1584837d99b Mon Sep 17 00:00:00 2001 From: Bob Steffes Date: Fri, 8 Nov 2013 17:01:24 -0800 Subject: [PATCH 1/3] Minor edits Add a space at of sentence and fix run. --- views/options/inventory/stable.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index ab58c7fb3b..ba768b52bf 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -7,9 +7,9 @@ script(type='text/ng-template', id='partials/options.inventory.stable.html') a(target='_blank', href='http://www.kickstarter.com/profile/mattboch') Matt Boch .popover-content p - | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to adventure at your side - they aren't much help yet, but I forsee a time when they're able to + | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to adventure at your side. They aren't much help yet, but I forsee a time when they're able to a(href='https://trello.com/card/mounts/50e5d3684fe3a7266b0036d6/221') grow into powerful steeds - | ! Until that day, + | ! Until that day, a(target='_blank', href='https://f.cloud.github.com/assets/2374703/164631/3ed5fa6c-78cd-11e2-8743-f65ac477b55e.png') have a look-see | at all the pets you can collect. h4 {{userPets.length}} / {{totalPets}} Pets Found From dd2e8144bbff1de9f854daa7eb65c21bc9a85f24 Mon Sep 17 00:00:00 2001 From: Bob Steffes Date: Fri, 8 Nov 2013 17:15:03 -0800 Subject: [PATCH 2/3] Revert "Minor edits" This reverts commit 43bb1bf4856ee6f218b4ff3330e3e1584837d99b. --- views/options/inventory/stable.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index ba768b52bf..ab58c7fb3b 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -7,9 +7,9 @@ script(type='text/ng-template', id='partials/options.inventory.stable.html') a(target='_blank', href='http://www.kickstarter.com/profile/mattboch') Matt Boch .popover-content p - | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to adventure at your side. They aren't much help yet, but I forsee a time when they're able to + | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to adventure at your side - they aren't much help yet, but I forsee a time when they're able to a(href='https://trello.com/card/mounts/50e5d3684fe3a7266b0036d6/221') grow into powerful steeds - | ! Until that day, + | ! Until that day, a(target='_blank', href='https://f.cloud.github.com/assets/2374703/164631/3ed5fa6c-78cd-11e2-8743-f65ac477b55e.png') have a look-see | at all the pets you can collect. h4 {{userPets.length}} / {{totalPets}} Pets Found From 8773e8ee883dd10a1dba95e4226e227cc3753415 Mon Sep 17 00:00:00 2001 From: Bob Steffes Date: Fri, 8 Nov 2013 17:40:23 -0800 Subject: [PATCH 3/3] Minor edits Fix a runon sentence, add a space after a comma and change adventure to venture by your side. Happy note, I finally got my local copy running. Needed to edit config.json with my actual settings. --- views/options/inventory/stable.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index ab58c7fb3b..042970aed9 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -7,9 +7,9 @@ script(type='text/ng-template', id='partials/options.inventory.stable.html') a(target='_blank', href='http://www.kickstarter.com/profile/mattboch') Matt Boch .popover-content p - | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to adventure at your side - they aren't much help yet, but I forsee a time when they're able to + | Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to venture at your side. They aren't much help yet, but I forsee a time when they're able to a(href='https://trello.com/card/mounts/50e5d3684fe3a7266b0036d6/221') grow into powerful steeds - | ! Until that day, + | ! Until that day, a(target='_blank', href='https://f.cloud.github.com/assets/2374703/164631/3ed5fa6c-78cd-11e2-8743-f65ac477b55e.png') have a look-see | at all the pets you can collect. h4 {{userPets.length}} / {{totalPets}} Pets Found