Sha256: 656a6c590a980cc6b5b82916f443a92153eb837c27689dd7bd29ab15b6a16960
Contents?: true
Size: 452 Bytes
Versions: 9
Compression:
Stored size: 452 Bytes
Contents
<%= auth_stylesheet %> <% form_for('login', @login, :url => {:action => 'openid_login', :controller => 'auth'}, :html => {:class => 'auth_form'} ) do |f| -%> <%= f.hidden_field "return_to" %> <label for="openid_url" class="block">OpenID</label> <%= text_field_tag "openid_url" %> <p style="text-align: center;"> <%= submit_tag "Log in with OpenID", :style => "width: 50%; display: inline" %> </p> <% end -%>
Version data entries
9 entries across 9 versions & 2 rubygems