mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Various minor style improvements
This commit is contained in:
@@ -17,8 +17,11 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :notifications_enabled %>
|
||||
<%= f.check_box :notifications_enabled %>
|
||||
<%= f.label :notifications_enabled %> <br />
|
||||
<%= f.check_box :notifications_enabled, style: "transform: scale(1.5)" %>
|
||||
<small id="notificationsHelp" class="form-text text-muted">
|
||||
if disabled, you won't receive any notification
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>
|
||||
|
||||
@@ -23,11 +23,6 @@
|
||||
<%= f.password_field :password_confirmation, placeholder: "Password confirmation", required: true, class: "form-control" %>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :notifications_enabled %>
|
||||
<%= f.check_box :notifications_enabled %>
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<%= f.submit "Sign up", class: "btn btn-block" %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user