Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created October 19, 2008 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/17889 to your computer and use it in GitHub Desktop.
Save Oshuma/17889 to your computer and use it in GitHub Desktop.
<% form_tag session_path, :class => 'some_class' do %>
<%= text_field_tag :openid_url, params[:openid_url] || params['openid.identity'], :class => 'another_class' %>
<%= submit_tag 'Use OpenID', :class => 'button grey' %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment