Merge branch 'patch-1' of https://github.com/tcyrus/FreeCodeCamp into staging

Conflicts:
	server/views/coursewares/showHTML.jade
This commit is contained in:
Quincy Larson
2015-09-04 14:26:56 -07:00
2 changed files with 5 additions and 7 deletions

View File

@@ -33,7 +33,6 @@ block content
label.negative-10.btn.btn-primary.btn-block#submitButton
i.fa.fa-play
|   Run tests (ctrl + enter)
br
if (user)
.button-spacer
.btn-group.input-group.btn-group-justified
@@ -91,9 +90,8 @@ block content
#challenge-checkmark.animated.zoomInDown.delay-half
span.completion-icon.ion-checkmark-circled.text-primary
.spacer
.row
if(user)
#submit-challenge.animated.fadeIn.btn.btn-lg.btn-primary.btn-block Submit and go to next challenge
else
a.animated.fadeIn.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress
if(user)
#submit-challenge.animated.fadeIn.btn.btn-lg.btn-primary.btn-block Submit and go to next challenge
else
a.animated.fadeIn.btn.btn-lg.signup-btn.btn-block(href='/login') Sign in so you can save your progress
include ../partials/challenge-modals