add achievement management
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<h1>Editing Rp World</h1>
|
||||
|
||||
<%= render 'form', rp_world: @rp_world %>
|
||||
<%= turbo_frame_tag "rp_world" do %>
|
||||
<%= render 'form', rp_world: @rp_world %>
|
||||
|
||||
<%= link_to 'Show', @rp_world %> |
|
||||
<%= link_to 'Back', rp_worlds_path %>
|
||||
<%= link_to 'Show', @rp_world %> |
|
||||
<%= link_to 'Back', rp_worlds_path, data: { "turbo-frame": "_top" } %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user