scinote-web/app/views/users/settings/teams/_name_modal_body.html.erb

7 lines
268 B
Plaintext
Raw Normal View History

2017-01-25 19:01:23 +08:00
<%= 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 %>