From 3a3471340ffbc2f25331c8d23ed21d2c5996e528 Mon Sep 17 00:00:00 2001 From: Isaac Ezer Date: Wed, 7 Mar 2018 14:14:25 -0500 Subject: [PATCH] remove 2018 survey CTA --- source/_survey-reminder.html.erb | 8 -------- source/ember-community-survey-2018.html.erb | 4 +--- source/layout.erb | 3 +-- 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 source/_survey-reminder.html.erb diff --git a/source/_survey-reminder.html.erb b/source/_survey-reminder.html.erb deleted file mode 100644 index 023e1c6be6..0000000000 --- a/source/_survey-reminder.html.erb +++ /dev/null @@ -1,8 +0,0 @@ -<% if !current_page.data.no_survey_reminder %> -
-
- Take the - <% link_to '/ember-community-survey-2018' do %>2018 Ember Community Survey<% end %> -
-
-<% end %> diff --git a/source/ember-community-survey-2018.html.erb b/source/ember-community-survey-2018.html.erb index 85202c8bde..5c33b209d0 100644 --- a/source/ember-community-survey-2018.html.erb +++ b/source/ember-community-survey-2018.html.erb @@ -20,9 +20,7 @@ no_survey_reminder: true A project to learn who is using Ember, and how. - - Visit survey - +

Results will be annouced at EmberConf!

diff --git a/source/layout.erb b/source/layout.erb index f8c4fca8b2..7bf1db4ef9 100644 --- a/source/layout.erb +++ b/source/layout.erb @@ -38,8 +38,7 @@ <%= partial "header" %> - <%= partial "survey-reminder" %> - + <%= yield_content :outside_wrapper %>