From 9d4a4efa7a99ddd1b4a90d90f31d17bfeecc5ac0 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 17 Nov 2019 21:39:33 -0600 Subject: Add a new profile option to filter posts with undescribed media. At some point, figure out how to put this under Filters, even if it angers the MVC model gods. No gods, no masters. --- app/views/settings/profiles/show.html.haml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views') diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml index 4fabfb9f4..35135267c 100644 --- a/app/views/settings/profiles/show.html.haml +++ b/app/views/settings/profiles/show.html.haml @@ -43,6 +43,11 @@ %hr.spacer/ + .fields-group + = f.input :filter_undescribed, as: :boolean, wrapper: :with_label + + %hr.spacer/ + .fields-row .fields-row__column.fields-group.fields-row__column-6 .input.with_block_label -- cgit