add extra user fields

This commit is contained in:
Pete Matsyburka
2024-06-14 22:59:11 +03:00
parent 181e42c4b3
commit 9e66f8412c
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -19,6 +19,9 @@
<% if f.object != current_user %>
<%= render 'role_select', f: %>
<% end %>
<% if local_assigns[:extra_fields_html].present? %>
<%= local_assigns[:extra_fields_html] %>
<% end %>
</div>
<div class="form-control pt-2">
<%= f.button button_title, class: 'base-button' %>