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