浏览代码

Hide CW until its fully implemented

Daniel Supernault 7 年之前
父节点
当前提交
39c2adb656
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/timeline/partial/new-form.blade.php

+ 2 - 2
resources/views/timeline/partial/new-form.blade.php

@@ -17,7 +17,7 @@
               Max length: {{config('pixelfed.max_caption_length')}} characters.
             </small>
           </div>
-          <div class="form-group">
+          {{-- <div class="form-group">
             <label class="font-weight-bold text-muted small">CW/NSFW</label>
             <div class="switch switch-sm">
               <input type="checkbox" class="switch" id="cw-switch" name="cw">
@@ -26,7 +26,7 @@
             <small class="form-text text-muted">
               Please mark all NSFW and controversial content, as per our content policy.
             </small>
-          </div>  
+          </div>  --}}
           <button type="submit" class="btn btn-outline-primary btn-block">Post</button>
         </form>
       </div>