Files
site/app/views/rp_worlds/edit.html.erb

9 lines
229 B
Plaintext

<h1>Editing Rp World</h1>
<%= turbo_frame_tag "rp_world" do %>
<%= render 'form', rp_world: @rp_world %>
<%= link_to 'Show', @rp_world %> |
<%= link_to 'Back', rp_worlds_path, data: { "turbo-frame": "_top" } %>
<% end %>