Skip to content

Instantly share code, notes, and snippets.

@procload
Last active August 29, 2015 14:06
Show Gist options
  • Save procload/8ec4ead46fc6f012b601 to your computer and use it in GitHub Desktop.
Save procload/8ec4ead46fc6f012b601 to your computer and use it in GitHub Desktop.
<%= 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