forked from fixin.me/fixin.me
Display errors for table-embedeed forms
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= tabular_form_for @user do |f| %>
|
||||
<%= labelled_form_for @user do |f| %>
|
||||
<%= f.email_field :email, readonly: true %>
|
||||
<% if f.object.pending_reconfirmation? %>
|
||||
<%= f.email_field :unconfirmed_email, readonly: true,
|
||||
|
||||
Reference in New Issue
Block a user