fix jade error and spacing issue on step challenges

This commit is contained in:
Quincy Larson
2016-01-15 05:21:39 -08:00
parent 7b3e78119d
commit 35b460b00a
2 changed files with 2 additions and 1 deletions

View File

@ -228,4 +228,3 @@ block content
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
button.btn.btn-danger.btn-block(type='submit') button.btn.btn-danger.btn-block(type='submit')
| I am 100% sure I want to delete my account and all of my progress | I am 100% sure I want to delete my account and all of my progress
>>>>>>> refactor map view and make buttons and text bigger

View File

@ -7,8 +7,10 @@ block content
a(href=step[0] data-lightbox='img-enlarge') a(href=step[0] data-lightbox='img-enlarge')
img.gif-block.img-center.img-responsive(src='#{step[0]}' alt='#{step[1]}') img.gif-block.img-center.img-responsive(src='#{step[0]}' alt='#{step[1]}')
.row .row
.spacer
.col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2 .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2
p!= step[2] p!= step[2]
.spacer
.challenge-button-block .challenge-button-block
if step[3] if step[3]
a.btn.btn-block.btn-primary.challenge-step-btn-action.btn-lg(id='#{index}' href='#{step[3]}' target='_blank') Open link in new tab (this unlocks the next step) a.btn.btn-block.btn-primary.challenge-step-btn-action.btn-lg(id='#{index}' href='#{step[3]}' target='_blank') Open link in new tab (this unlocks the next step)