Sha256: a220c696bb2ca31eb1ce752e723d9450c9d0a30e82ea9b980f01977f032f52e6

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

<% if current_user %>
	<h3>You are logged in as</h3>
	<p><%= current_user.name %>, <%= current_user.email %> | <%= link_to t('authentication.logout'), logout_path %>
	</p>
<% else %>
	<h3>You are not logged in</h3>
	<p><%= link_to t('authentication.login_now'), login_path %> or <%= link_to t('authentication.create_account'), signup_path %>
  </p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_authentication-0.1.3 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.1.2 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.1.1 app/views/shared/_login_info_for_sidebar.html.erb