mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
7 lines
268 B
Text
7 lines
268 B
Text
|
<%= 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 %>
|