fix jade error and spacing issue on step challenges
This commit is contained in:
@ -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
|
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user