Sha256: 201db34625c6fe01913bdaf88181bf03587f23c6637acb90caa846616fe86649

Contents?: true

Size: 631 Bytes

Versions: 77

Compression:

Stored size: 631 Bytes

Contents

<%% if logged_in? -%>
  <div id="<%= file_name %>-bar-greeting">Logged in as <%%= link_to_current_<%= file_name %> :content_method => :login %></div>
  <div id="<%= file_name %>-bar-action"  >(<%%= link_to "Log out", logout_path, { :title => "Log out" }    %>)</div>
<%% else -%>
  <div id="<%= file_name %>-bar-greeting"><%%= link_to_login_with_IP 'Not logged in', :style => 'border: none;' %></div>
  <div id="<%= file_name %>-bar-action"  ><%%= link_to "Log in",  login_path,  { :title => "Log in" } %> /
                               <%%= link_to "Sign up", signup_path, { :title => "Create an account" } %></div>
<%% end -%>

Version data entries

77 entries across 77 versions & 14 rubygems

Version Path
jeremydurham-restful_authentication-1.1.3 generators/authenticated/templates/_model_partial.html.erb
jeremydurham-restful_authentication-1.1.2 generators/authenticated/templates/_model_partial.html.erb
openbill-0.1.5 vendor/plugins/restful-authentication/generators/authenticated/templates/_model_partial.html.erb
openbill-0.1.6 vendor/plugins/restful-authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.1.1 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.1.2 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.2.1 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.1.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.2.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.0.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.5.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.4.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.2.2 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.3.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.6.0 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.5.2 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
tournament-2.5.1 webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb