Last active
August 29, 2015 14:06
-
-
Save procload/8ec4ead46fc6f012b601 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<%= content_tag :h3, "Sign #{(params[:action] == 'static_sign_up') ? 'up' : 'in'}" %> | |
<% if params[:action] == 'static_sign_up' %> | |
<p>Have an account? <%= link_to "Sign in now", sign_in_path %></p> | |
<% else %> | |
<p>Need an account? <%= link_to "Sign up now", sign_up_path %></p> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment