Sha256: b6e1e568e241f8297d1dd4ad8ace4cfbfca1718002156d75c090a4d3fa94ea88

Contents?: true

Size: 406 Bytes

Versions: 27

Compression:

Stored size: 406 Bytes

Contents

<% if current_user %>
	<div class="btn-group">
		<br />
		<a class="btn btn-mini dropdown-toggle" data-toggle="dropdown" href="#"><%= current_user.email %>&nbsp;<span class="caret"></span></a>
		<ul class="dropdown-menu">
			<%= content_tag :li, link_to(t('logout'), logout_path) %>
		</ul>
	</div>
<% else %>
	<p><br /><%= link_to t('authentication.login_now'), login_path, class: 'btn' %></p>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.17.1 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.17 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.16 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.15 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.14 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.13 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.12 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.11 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.10 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.9 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.8 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.7 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.6 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.5 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.4 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.9.3 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.1.11 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.1.10 app/views/shared/_login_info_for_sidebar.html.erb
tkh_authentication-0.1.9 app/views/shared/_login_info_for_sidebar.html.erb