<% if current_user.nil? %>

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

<%= link_to('/auth/twitter', :class => "btn icon btn-lg btn-social-icon btn-twitter") do %> <% end %> <%= link_to('/auth/google', :class => "btn icon btn-lg btn-social-icon btn-google") do %> <% end %>
<% else %>
Hello <%= current_user.name %>
<%= link_to 'Personal Room', current_user.room_url %>
<%= link_to 'Logout', '/logout' %>
<% end %>