From 05cc2f3b376d0d0ebf85dfb56b943fc7be748279 Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Mon, 29 Feb 2016 16:12:40 -0500 Subject: [PATCH] tweak copy and location of active checkbox --- app/views/questions/admin.html.haml | 4 ++-- config/locales/allourideas/en.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/questions/admin.html.haml b/app/views/questions/admin.html.haml index f555095ee..0f8a26964 100644 --- a/app/views/questions/admin.html.haml +++ b/app/views/questions/admin.html.haml @@ -91,12 +91,12 @@ .control-group .controls %label.checkbox + = f.check_box :active + = f.label :active, t('admin.accept_responses') = f.check_box :flag_enabled = f.label :flag_enabled, t('admin.allow_flag_as_inappropriate') + ' ' + link_to('', '#allow_flag_as_inappropriate_exp', :"data-toggle" => 'modal', :class => 'glyphicon glyphicon-question-sign') = f.check_box :question_should_autoactivate_ideas = f.label :question_should_autoactivate_ideas, t('admin.auto_activate_exp') - = f.check_box :active - = f.label :active, t('admin.enable_voting') = f.check_box :hide_results = f.label :hide_results, "#{t('admin.hide_results_from_visitors')} #{link_to('', 'http://blog.allourideas.org/post/133264535527/hide-results-from-your-voters', :target=> '_blank', :class => 'glyphicon glyphicon-question-sign')}" .form-actions diff --git a/config/locales/allourideas/en.yml b/config/locales/allourideas/en.yml index ecd382266..3dc5286ff 100644 --- a/config/locales/allourideas/en.yml +++ b/config/locales/allourideas/en.yml @@ -278,7 +278,7 @@ en: make_my_own_exp: "Sure. It is easy to set up your own wiki survey, and it is completely free thanks to our grants from Google and the Center for Information Technology Policy at Princeton University. You can create your own wiki survey here: http://www.allourideas.org/questions/new." make_my_own_exp_widget: "Sure. It is easy to set up your own wiki survey, and it is completely free thanks to our grants from Google and the Center for Information Technology Policy at Princeton University. You can create your own wiki survey widget: http://www.allourideas.org." admin: - enable_voting: Enable voting + accept_responses: Accept responses verify_survey_title: Activate Your Wiki Survey verify_survey_body: You should soon receive an email with a link to verify and activate your wiki survey. In order to activate your wiki survey, please click the link in the email. wiki_survey_verification_succeeded: Thanks for verifying your email address. Your wiki survey ready!