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

7 lines
268 B
Plaintext

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