migrate from turbolinks to turbo
This commit is contained in:
15
app/views/rp_worlds/_form.html.erb
Normal file
15
app/views/rp_worlds/_form.html.erb
Normal file
@@ -0,0 +1,15 @@
|
||||
<%= form_with(model: rp_world) do |form| %>
|
||||
<div class="field">
|
||||
<%= form.label :name %>
|
||||
<%= form.text_field :name %>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<%= form.label :description %>
|
||||
<%= form.text_field :description %>
|
||||
</div>
|
||||
|
||||
<div class="actions">
|
||||
<%= form.submit %>
|
||||
</div>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user