add cloning logic

This commit is contained in:
HRG @ SCExC 2024-06-04 03:01:19 -04:00
parent 365b297397
commit 835c5fdd66
8 changed files with 367 additions and 49 deletions

View file

@ -6,7 +6,8 @@
<% it.routes.map(route => { %>
<li>
<a href="/workshop/<%= it.structure.id %>/route/<%= route.id %>">
<%= route.verb %> - <%= route.path %>
<%= route.verb %> -
<%= it.structure.route_prefix %><%= route.path %>
</a>
</li>
<% }) %>
@ -59,5 +60,8 @@
<li>
<a href="/workshop/<%= it.structure.id %>/files">Files</a>
</li>
<li>
<a href="/workshop/<%= it.structure.id %>/settings">Settings</a>
</li>
</ul>
<div id="modal-zone" style="z-index: 1000000;"></div>