Sha256: 8f6c5b36ebf8372ffb5940da4ec1b5ffdaa9883cd518b56c3eb36fd9975780f2

Contents?: true

Size: 787 Bytes

Versions: 9

Compression:

Stored size: 787 Bytes

Contents

<% unless logged_in? -%>
<ul id="other_login_options">      
  <% if params[:action] == "login" -%>
    <li>
      <%= link_to "I forgot my password", :controller => "auth", :action => "forgot_form" %>
    </li>
  <% end -%>
  <% if params[:action] == "openid_login" -%>
  	<li>
  		<%= link_to "What's OpenID?", "http://www.openid.net", :target => "_blank" %>
	</li>
  <% end -%>
  <% unless params[:action] == "openid_login" -%>
  <li>
    <%= link_to "Log in with OpenID", :controller => "auth", :action => "openid_login", :return_to => @login.return_to %>
  </li>
  <% end -%>
  <% unless params[:action] == "login" -%>
  <li>
    <%= link_to "Log in with a password", :controller => "auth", :action => "login", :return_to => @login.return_to %>
  </li>
  <% end -%>
</ul>
<% end -%>

Version data entries

9 entries across 9 versions & 2 rubygems

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