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

9 lines
334 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.smart_text_area :description,
label: t('users.settings.teams.edit.description_label') %>
<% end %>