scinote-web/app/views/users/settings/teams/_description_modal_body.html.erb
2017-01-25 12:01:23 +01:00

9 lines
334 B
Plaintext

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