mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix repository creation modal [SCI-9045] (#5971)
This commit is contained in:
parent
f8a3640c4c
commit
a3bc894df8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="modal" id="create-repo-modal" tabindex="-1" role="dialog" aria-labelledby="create-repo-modal-label">
|
||||
<%= form_with url: [current_team, @repository], remote: :true do |f| %>
|
||||
<%= form_with model: @repository, url: repositories_path, html: { data: { remote: true } } do |f| %>
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
|
|
Loading…
Reference in a new issue