mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
12 lines
476 B
Text
12 lines
476 B
Text
<span class="settings-page-full-name user-settings-block">
|
|
<label><%= t("users.registrations.edit.name_label") %></label>
|
|
<%= render partial: "shared/inline_editing",
|
|
locals: {
|
|
initial_value: @user.full_name,
|
|
config: {
|
|
params_group: 'user',
|
|
field_to_udpate: 'full_name',
|
|
path_to_update: registration_path(resource_name, format: :json)
|
|
}
|
|
} %>
|
|
</span>
|