This commit is contained in:
HRG @ SCExC 2024-06-02 00:39:30 -04:00
parent e335c65506
commit 23414c7b66
490 changed files with 340402 additions and 93 deletions

View file

@ -6,7 +6,7 @@
</head>
<body>
<button _="on click toggle .hidden on #new-structure">+ new structure</button>
<div id="new-structure" class="hidden">
<div id="new-structure" class="hhiddenn">
<form action="/workshop" method="POST">
<label for="name">come up with a name for your structure and enter it here.</label>
<input name="name">
@ -15,7 +15,7 @@
</button>
</form>
</div>
<% structures.map(structure => { %>
<% it.structures.map(structure => { %>
<a href="/workshop/<%= structure.id %>">
<%= structure.name %>
</a>