Sha256: 1aa8a70490f0765ec3e9f13559d1e91696e72826441c9ff8c80d592ec5983cae

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 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 -%>
</ul>
<% end -%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ae_users_legacy-0.6.14 app/views/auth/_other_login_options.html.erb
ae_users_legacy-0.6.13 app/views/auth/_other_login_options.html.erb
ae_users_legacy-0.6.12 app/views/auth/_other_login_options.html.erb