From 61fa90a24d0712ffeef425ca0b3a88c0171e5961 Mon Sep 17 00:00:00 2001 From: James Zhu Date: Tue, 28 May 2019 23:01:50 -0700 Subject: [PATCH 1/2] Add closed erb template --- app/views/dept_tour/closed.html.erb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/views/dept_tour/closed.html.erb diff --git a/app/views/dept_tour/closed.html.erb b/app/views/dept_tour/closed.html.erb new file mode 100644 index 00000000..e69de29b From 270423cfc9916f0074fa0c2b2c1038dd8a2ccbf1 Mon Sep 17 00:00:00 2001 From: James Zhu Date: Sun, 2 Jun 2019 23:12:58 -0700 Subject: [PATCH 2/2] Add closed erb template for dept_tour --- app/views/dept_tour/closed.html.erb | 20 ++++++++++++++++++++ app/views/dept_tour/signup.html.erb | 5 +++++ 2 files changed, 25 insertions(+) diff --git a/app/views/dept_tour/closed.html.erb b/app/views/dept_tour/closed.html.erb index e69de29b..9634b295 100644 --- a/app/views/dept_tour/closed.html.erb +++ b/app/views/dept_tour/closed.html.erb @@ -0,0 +1,20 @@ +

+ Unfortunately, tours are closed for the summer. You may still schedule tours + for dates starting August 28th, when our team of current EECS students will + have returned and can welcome you to campus. +

+

+ However, I hope this does not discourage you from visiting! You might also want to consider: +

+ +

+ If you have any other outstanding questions, I would be delighted to answer them here: Ask a Question. I apologize for the inconvenience, and I hope you will still have the opportunity to learn about the EECS department. Enjoy your summer! +

+

+ Sean Farhat + Department Relations Officer, HKN +

\ No newline at end of file diff --git a/app/views/dept_tour/signup.html.erb b/app/views/dept_tour/signup.html.erb index a79bf0e6..63a31cb8 100644 --- a/app/views/dept_tour/signup.html.erb +++ b/app/views/dept_tour/signup.html.erb @@ -1,7 +1,12 @@

Sign up for a Department tour!

+<% if @closed %> + <%= render partial: 'closed' %> +<% end %>

HKN provides tours of the Berkeley EECS department. Sign up here, and your request will be sent to the HKN officer corps. +

+

If you have any special requests, list them in the additional comments section. Tours are offered during our open hours (MTWRF, 11am-5pm). Please allow three days for confirmation.