Merge pull request #251 from dansup/frontend-ui-refactor

Hide CW until its fully implemented
pull/247/head^2
daniel 2018-06-09 17:45:08 -06:00 zatwierdzone przez GitHub
commit 75b7cebb14
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>