diff --git a/app/views/dept_tour/closed.html.erb b/app/views/dept_tour/closed.html.erb new file mode 100644 index 00000000..9634b295 --- /dev/null +++ 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.