From 855746dc08cf6094d8ac0c58af5be6635bfd8b8e Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Wed, 19 Oct 2016 13:58:07 +0000 Subject: [PATCH] Updated icons to oauth authentication buttons --- app/views/landing/index.html.erb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index 79b6e9b7..1390a279 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -1,4 +1,3 @@ -
@@ -36,7 +35,7 @@

Hi Everyone

The meeting will be at this URL

-

<%= @meeting_url %>

+

<%= @meeting_url %>

Please join!

@@ -48,11 +47,11 @@ <% if current_user.nil? %>

You can have a personal URL (with recordings) by signing in below

-
- <%= link_to('/auth/twitter', :class => "btn btn-block btn-md btn-social-icon btn-twitter") do %> +
+ <%= link_to('/auth/twitter', :class => "btn icon btn-lg btn-social-icon btn-twitter") do %> <% end %> - <%= link_to('/auth/google', :class => "btn btn-block btn-md btn-social-icon btn-google") do %> + <%= link_to('/auth/google', :class => "btn icon btn-lg btn-social-icon btn-google") do %> <% end %>
@@ -61,10 +60,9 @@
<%= link_to 'Personal Room', current_user.room_url %>
<%= link_to 'Logout', '/logout' %>
<% end %> +
- -