diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 79d06b7..5bb1386 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -11,44 +11,44 @@
<%= _('You can edit any of the details below.') %> - + <%= hidden_field_tag :unlink_flag, "false", id: "unlink_flag" %>
-
- +
-
-
- -
- <%= render partial: "shared/accessible_combobox", + <%= render partial: "shared/accessible_combobox", locals: {name: "#{resource_name}[org_name]", id: "#{resource_name}_org_name", default_selection: @default_org, @@ -56,12 +56,12 @@ attribute: 'name', classes: 'fixed-width-large left-indent'} %>
- + <% if MANY_LANGUAGES %>
<% lang = current_user.language.nil? ? FastGettext.default_locale : current_user.language.abbreviation %> - -
- +
- -
- +
- -
- +
- +
<%= render partial: 'shared/accessible_submit_button', - locals: {id: 'update', - val: 'Save', + locals: {id: 'update', + val: 'Save', disabled_initially: true, classes: 'small-input-button', tooltip: _('Enter all of the required information above')} %>