diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index e2d46925..11e2fd6d 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -2,6 +2,10 @@ // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ +.join-form { + width: 100%; +} + .rooms { .table-wrapper { padding: 40px 50px 10px 50px; diff --git a/app/controllers/landing_controller.rb b/app/controllers/landing_controller.rb index 76baeebe..80601fa9 100644 --- a/app/controllers/landing_controller.rb +++ b/app/controllers/landing_controller.rb @@ -15,7 +15,7 @@ class LandingController < ApplicationController end def admin? - @user == current_user + @user && @user == current_user end helper_method :admin? diff --git a/app/views/landing/meetings.html.erb b/app/views/landing/meetings.html.erb index 271c96d9..c6bb97e6 100644 --- a/app/views/landing/meetings.html.erb +++ b/app/views/landing/meetings.html.erb @@ -7,12 +7,14 @@ <% end %> -<% content_for :footer do %> -