diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index 6d592f1d..06900393 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -21,10 +21,6 @@ width: 200px; padding: 0; } - .login-text { - font-size: 16px; - padding-right: 5px; - } } .rooms { diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index 43844364..f83f4f9c 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -41,9 +41,7 @@ with BigBlueButton; if not, see .
-
- <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %> -
+ <%= render 'shared/signup' %>
diff --git a/app/views/landing/meetings.html.erb b/app/views/landing/meetings.html.erb index 68ba27a8..60a42c3c 100644 --- a/app/views/landing/meetings.html.erb +++ b/app/views/landing/meetings.html.erb @@ -43,5 +43,7 @@ with BigBlueButton; if not, see . <% end %> + <%= render 'shared/signup' %> + diff --git a/app/views/landing/rooms.html.erb b/app/views/landing/rooms.html.erb index 6edf3f77..1fc84c05 100644 --- a/app/views/landing/rooms.html.erb +++ b/app/views/landing/rooms.html.erb @@ -26,6 +26,8 @@ with BigBlueButton; if not, see . <%= render 'rooms_center_panel' %> + <%= render 'shared/signup' %> +
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ca6114c9..1db824d3 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -36,9 +36,6 @@ with BigBlueButton; if not, see . <%= link_to image_tag("bbb-logo.png", :alt => "BigBlueButton", :class => "logo"), root_path %> - <% unless params[:controller] == 'sessions' && params[:action] == 'new' %> - <%= render 'shared/signup' %> - <% end %> diff --git a/app/views/shared/_signup.html.erb b/app/views/shared/_signup.html.erb index 0530e157..b4085d12 100644 --- a/app/views/shared/_signup.html.erb +++ b/app/views/shared/_signup.html.erb @@ -1,13 +1,13 @@ -