remove remember for nccu
This commit is contained in:
parent
4fe92b844e
commit
56ecf9c69b
|
@ -24,12 +24,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-actions clear">
|
<div class="form-actions clear">
|
||||||
<div class=" pull-left">
|
|
||||||
<label for="user_remember_me">
|
|
||||||
<%= f.check_box :remember_me, :style => "display: inline-block;" %>
|
|
||||||
<span style="display: inline-block;height: 10px;"><%= t(:remember_me) %></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary pull-right' %>
|
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary pull-right' %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -94,10 +94,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary' %>
|
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary' %>
|
||||||
<label class="remember" for="user_remember_me">
|
|
||||||
<%= f.check_box :remember_me %>
|
|
||||||
<span style="display: inline-block;height: 10px;"><%= t(:remember_me) %></span>
|
|
||||||
</label>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="divider hide"><span><%= t(:or_lower) %></span></li>
|
<li class="divider hide"><span><%= t(:or_lower) %></span></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Reference in New Issue