mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
Merge pull request #5954 from ivanscinote/SCI-9039-viewing-team-page
Remove bootstrap_form_tag [SCI-9039]
This commit is contained in:
commit
c1a408f0c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<%= t("users.settings.teams.edit.modal_destroy_team.message", team: team.name) %>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<%= bootstrap_form_tag url: destroy_team_path(team), method: :delete do |f| %>
|
||||
<%= form_with url: destroy_team_path(team), method: :delete do |f| %>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('general.cancel') %></button>
|
||||
<%= f.submit t("users.settings.teams.edit.modal_destroy_team.confirm"), class: "btn btn-danger" %>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue