Updated icons to oauth authentication buttons

This commit is contained in:
Jesus Federico 2016-10-19 13:58:07 +00:00
parent f195cff339
commit 855746dc08
1 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,3 @@
<div class='container'>
<!-- Body --> <!-- Body -->
<div class='body'> <div class='body'>
@ -36,7 +35,7 @@
<figure class=highlight><pre><figcaption class="text" data-lang="text"> <figure class=highlight><pre><figcaption class="text" data-lang="text">
<p>Hi Everyone</p> <p>Hi Everyone</p>
<p>The meeting will be at this URL</p> <p>The meeting will be at this URL</p>
<p><a id="text_meeting_url" href="<%= @meeting_url %>"><%= @meeting_url %></p> <p><a id="text_meeting_url" href="<%= @meeting_url %>"><%= @meeting_url %></a></p>
<p>Please join!</p> <p>Please join!</p>
</figcaption></pre></figure> </figcaption></pre></figure>
@ -48,11 +47,11 @@
<% if current_user.nil? %> <% if current_user.nil? %>
<p>You can have a personal URL (with recordings) by signing in below</p> <p>You can have a personal URL (with recordings) by signing in below</p>
<div> <div class="text-center">
<%= 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 %>
<span class="fa fa-twitter"></span> <span class="fa fa-twitter"></span>
<% end %> <% 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 %>
<span class="fa fa-google"></span> <span class="fa fa-google"></span>
<% end %> <% end %>
</div> </div>
@ -61,10 +60,9 @@
<div><%= link_to 'Personal Room', current_user.room_url %></div> <div><%= link_to 'Personal Room', current_user.room_url %></div>
<div><%= link_to 'Logout', '/logout' %></div> <div><%= link_to 'Logout', '/logout' %></div>
<% end %> <% end %>
</div>
</div> </div>
</div> </div>
</div> </div>
</div>