add achievement management

This commit is contained in:
2021-08-15 16:45:49 +02:00
parent 2552a78d15
commit 39ebeea387
27 changed files with 435 additions and 26 deletions

View File

@@ -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 %>