Sha256: 134fafd6a08d9afe8ae1d542e3e97dbcc95463de0a8a9368d705c1d05b7cadda

Contents?: true

Size: 461 Bytes

Versions: 27

Compression:

Stored size: 461 Bytes

Contents

<ul class="nav nav-tabs" id="loginTab">
	<li class="active"><a href="#login-tab" data-toggle="tab"><%= t('authentication.login_now') %></a></li>
	<li><a href="#signup-tab" data-toggle="tab"><%= t('authentication.create_account') %></a></li>
</ul>
 
<div class="tab-content">
	<div class="tab-pane active" id="login-tab">
		<%= render 'sessions/form' %>
	</div>
	<div class="tab-pane" id="signup-tab">
		<%= render 'users/form', user: User.new %>
	</div>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
tkh_authentication-0.1.8 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.2 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.1 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.7 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.6 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.5 app/views/shared/_embedded_login_module.html.erb