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.9.17.2 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.17.1 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.17 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.16 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.15 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.14 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.13 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.12 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.11 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.10 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.9 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.8 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.7 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.6 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.5 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.4 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.9.3 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.11 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.10 app/views/shared/_embedded_login_module.html.erb
tkh_authentication-0.1.9 app/views/shared/_embedded_login_module.html.erb