From 9fd22e8264511eaf116f87e634630f50450c86c4 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sat, 12 Sep 2015 18:51:44 -0700 Subject: [PATCH] remove unnecessary class --- server/views/partials/challenge-modals.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/views/partials/challenge-modals.jade b/server/views/partials/challenge-modals.jade index 2b31d2e6f4..91ffd3af84 100644 --- a/server/views/partials/challenge-modals.jade +++ b/server/views/partials/challenge-modals.jade @@ -22,9 +22,9 @@ 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 .btn-group.btn-block - a.btn.btn-lg.btn-primary.col-sm-11.col-xs-10.p-l-lg#report-issue(name='_csrf', value=_csrf) Create my GitHub issue + a.btn.btn-lg.btn-primary.col-sm-11.col-xs-10#report-issue(name='_csrf', value=_csrf) Create my GitHub issue .btn.btn-lg.btn-primary.col-sm-1.col-xs-2 - input(type="checkbox" title="Include code" checked)#include-code + input(type="checkbox" title="Include My Code" checked)#include-code a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel #help-modal.modal(tabindex='-1')