From ceeafa320890ece77a1109a1e9a53d5dd4ce44ce Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Thu, 19 Jan 2017 17:54:52 -0500 Subject: [PATCH] move signup area --- app/views/landing/index.html.erb | 2 ++ app/views/layouts/application.html.erb | 29 -------------------------- app/views/shared/_signup.html.erb | 29 ++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 app/views/shared/_signup.html.erb diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index e1b44c6c..7f84450b 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -40,5 +40,7 @@ with BigBlueButton; if not, see . <% end %> + <%= render 'shared/signup' %> + diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 966aab86..38fdbedc 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -35,35 +35,6 @@ with BigBlueButton; if not, see . <%= link_to image_tag("bbb-logo.png", :alt => "BigBlueButton", :class => "logo"), root_path %> - diff --git a/app/views/shared/_signup.html.erb b/app/views/shared/_signup.html.erb new file mode 100644 index 00000000..47ad8d01 --- /dev/null +++ b/app/views/shared/_signup.html.erb @@ -0,0 +1,29 @@ +