Sha256: 3183147a776a9732532bff1cb6bceb9718a8d8e607c4f38ba406c89595d74872
Contents?: true
Size: 563 Bytes
Versions: 51
Compression:
Stored size: 563 Bytes
Contents
<% if logged_in? -%> <div id="user-bar-greeting">Logged in as <%= link_to_current_user :content_method => :login %></div> <div id="user-bar-action" >(<%= link_to "Log out", logout_path, { :title => "Log out" } %>)</div> <% else -%> <div id="user-bar-greeting"><%= link_to_login_with_IP 'Not logged in', :style => 'border: none;' %></div> <div id="user-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
51 entries across 51 versions & 2 rubygems