Last active
November 18, 2016 16:19
-
-
Save StabbyMcDuck/654b6993277f19e2d99edd4d7918fda3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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