scinote-web/app/views/users/settings/teams/_description_modal_body.html.erb
2023-08-09 15:47:33 +02:00

9 lines
358 B
Text

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