From b4bd85615415995f3e1740364f3d866faa247f8f Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 23 Jun 2013 22:06:27 -0700 Subject: [PATCH] finish box --- views/new.slim | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/views/new.slim b/views/new.slim index 6c9660bd..92fced39 100644 --- a/views/new.slim +++ b/views/new.slim @@ -60,11 +60,8 @@ javascript: .row .span6 - p - | If your page will contain objectionable (adult) content, check this box. - label.checkbox style="margin-bottom: 20px" - input name="is_nsfw" type="hidden" value="false" - input name="is_nsfw" type="checkbox" value="true" My page contains objectionable content + input name="is_nsfw" type="hidden" value="false" + p: strong If your page will contain objectionable (adult) content, check this box:    .row