Changes notes tag on forms
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<%= f.fields_for :organization do |fo| %>
|
||||
<%= fo.text_field :name, autofocus: true, maxlength: Organization.name_max_length, placeholder: t("devise_views.organizations.registrations.new.organization_name_label") %>
|
||||
<%= fo.label t("devise_views.organizations.registrations.new.responsible_name_label") %>
|
||||
<span class="note"><%= t("devise_views.organizations.registrations.new.responsible_name_note") %></span>
|
||||
<p class="note"><%= t("devise_views.organizations.registrations.new.responsible_name_note") %></p>
|
||||
<%= fo.text_field :responsible_name, maxlength: Organization.responsible_name_max_length, label: false %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user