scinote-web/app/views/users/settings/teams/_description_modal_body.html.erb
2023-07-03 12:59:13 +02:00

9 lines
349 B
Text

<%= form_with model:team,
url: update_team_path(team,
format: :json),
remote: :true,
builder: SciFormHelper::SciFormBuilder,
method: :put do |f| %>
<%= f.smart_text_area :description,
label: t('users.settings.teams.edit.description_label') %>
<% end %>