From 3edea3d226d6a21e99229410fe50a1e062953d73 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 5 May 2017 10:25:02 -0400 Subject: [PATCH] automatically unpin topics setting doesn't need its own section --- .../discourse/templates/preferences/interface.hbs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/preferences/interface.hbs b/app/assets/javascripts/discourse/templates/preferences/interface.hbs index 9e5f9b10702..17db5f1ca32 100644 --- a/app/assets/javascripts/discourse/templates/preferences/interface.hbs +++ b/app/assets/javascripts/discourse/templates/preferences/interface.hbs @@ -27,14 +27,11 @@ {{preference-checkbox labelKey="user.enable_quoting" checked=model.user_option.enable_quoting}} {{preference-checkbox labelKey="user.dynamic_favicon" checked=model.user_option.dynamic_favicon}} {{preference-checkbox labelKey="user.disable_jump_reply" checked=model.user_option.disable_jump_reply}} - -{{#if siteSettings.automatically_unpin_topics}} -
- + {{#if siteSettings.automatically_unpin_topics}} {{preference-checkbox labelKey="user.automatically_unpin_topics" checked=model.user_option.automatically_unpin_topics}} + {{/if}}
-{{/if}} {{plugin-outlet name="user-preferences-interface"}}