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

Version Path
ae_users_legacy-0.6.11 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.10 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.9 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.8 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.7 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.6 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.5 app/views/auth/_openid_auth_form.html.erb
ae_users_legacy-0.6.3 app/views/auth/_openid_auth_form.html.erb
ae_users-0.6.0 app/views/auth/_openid_auth_form.html.erb