2015-05-28 14:29:45 -07:00
|
|
|
|
#issue-modal.modal(tabindex='-1')
|
2015-09-09 18:55:20 -07:00
|
|
|
|
.modal-dialog.animated.fadeIn.fast-animation
|
2015-05-28 14:29:45 -07:00
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Did you find a bug?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
2015-09-07 08:18:44 -07:00
|
|
|
|
h3 Before you submit a new issue, read "Help I've Found a Bug" and browse other issues with this challenge.
|
|
|
|
|
a.btn.btn-lg.btn-success.btn-block#help-ive-found-a-bug-wiki-article(name='_csrf', value=_csrf) Read "Help I've Found a Bug"
|
|
|
|
|
a.btn.btn-lg.btn-success.btn-block#search-issue(name='_csrf', value=_csrf) Browse other issues with this challenge
|
2015-09-15 20:27:36 +04:00
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block#report-issue(name='_csrf', value=_csrf) Create my GitHub issue
|
2015-05-28 14:29:45 -07:00
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
2015-07-31 13:37:06 -07:00
|
|
|
|
#reset-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.fadeInUp.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Clear your code?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body
|
|
|
|
|
h3 This will restore your code editor to its original state.
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block#reset-button(href='#', data-dismiss='modal', aria-hidden='true') Clear my code
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|