From 1fc35951454ed0e219e16dcc0afa73d4c021199a Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Fri, 1 May 2015 16:56:09 -0400 Subject: [PATCH] Fix twitter link in bonfire/show --- views/bonfire/show.jade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/bonfire/show.jade b/views/bonfire/show.jade index e252eb6a5a..e7c5a0f9f6 100644 --- a/views/bonfire/show.jade +++ b/views/bonfire/show.jade @@ -132,9 +132,7 @@ block content - if (user.progressTimestamps.length > 2) - a.animated.fadeIn.btn.btn-lg.btn-block.btn-twitter(href="https://twitter.com/intent/tweet?text=I%20just%20#{verb}%20%40FreeCodeCamp%20Bonfire:%20#{name}&url=http%3A%2F%2Ffreecodecamp.com/bonfires/#{dashedName}&hashtags=LearnToCode, JavaScript" target="_blank") - i.fa.fa-twitter   -arget="_blank") + a.animated.fadeIn.btn.btn-lg.btn-block.btn-twitter(target="_blank", href="https://twitter.com/intent/tweet?text=I%20just%20#{verb}%20%40FreeCodeCamp%20Bonfire:%20#{name}&url=http%3A%2F%2Ffreecodecamp.com/bonfires/#{dashedName}&hashtags=LearnToCode, JavaScript") i.fa.fa-twitter   = phrase - else