Skip to content

Instantly share code, notes, and snippets.

@StabbyMcDuck
Last active November 18, 2016 16:19
Show Gist options
  • Save StabbyMcDuck/654b6993277f19e2d99edd4d7918fda3 to your computer and use it in GitHub Desktop.
Save StabbyMcDuck/654b6993277f19e2d99edd4d7918fda3 to your computer and use it in GitHub Desktop.
<% if current_user %>
<div id="add_some_crap">
<h3><%= link_to "Add Some Crap!", containers_path, class: "btn btn-success btn-lg" %></h3>
</div>
<% else %>
<h3 class="large-font-sign-in">
<%= link_to "Sign in with Facebook",
"/auth/facebook", id: "facebook_sign_in",
class: "btn btn-primary btn-lg" %></h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment