migrate from turbolinks to turbo

This commit is contained in:
2021-06-21 20:54:17 +02:00
parent 62464846a3
commit 87c1c67b5c
19 changed files with 367 additions and 40 deletions

View File

@@ -1,3 +1,5 @@
<p id="notice"><%= notice %></p>
<div class="row">
<div class="col-5">
<div class="card">
@@ -15,3 +17,6 @@
<h1>Suite...</h1>
</div>
</div>
<%= link_to 'Edit', edit_rp_world_path(@rp_world) %> |
<%= link_to 'Back', rp_worlds_path %>