From 14e643ade511260ec55eccd62f801823ed9d07e6 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 15 Apr 2014 12:32:38 -0400 Subject: [PATCH] Fixed twitter generator strings (was google instead of twitter) --- generator.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/generator.js b/generator.js index 4cc3de79ba..cff8f7a1a3 100644 --- a/generator.js +++ b/generator.js @@ -634,18 +634,18 @@ inquirer.prompt({ var twitterButton = M(function() { /*** - a.btn.btn-block.btn-google-plus.btn-social(href='/auth/google') - i.fa.fa-google-plus - | Sign in with Google + a.btn.btn-block.btn-twitter-plus.btn-social(href='/auth/twitter') + i.fa.fa-twitter + | Sign in with Twitter ***/ }); var twitterLinkUnlink = M(function() { /*** - if user.google - p: a.text-danger(href='/account/unlink/google') Unlink your Google account + if user.twitter + p: a.text-danger(href='/account/unlink/twitter') Unlink your Twitter account else - p: a(href='/auth/google') Link your Google account + p: a(href='/auth/twitter') Link your Twitter account ***/ }); var twitterModel = ' twitter: String,';