Compare commits
2 Commits
c1958e848a
...
5ce5c78698
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ce5c78698 | |||
| aeabbd6d1f |
@@ -168,14 +168,15 @@
|
||||
<ul class="divide-y divide-gray-100">
|
||||
{#each list as item, i}
|
||||
<li>
|
||||
<div class=" flex gap-x-4">
|
||||
<a
|
||||
href="/view/{$page.params.vorgang}/{item.name}"
|
||||
class=" flex justify-between gap-x-6 py-5"
|
||||
aria-label="zum 3D-modell"
|
||||
>
|
||||
<div class=" flex gap-x-4">
|
||||
|
||||
<Cube />
|
||||
</a>
|
||||
|
||||
<div class="min-w-0 flex-auto">
|
||||
{#if data.user.admin}
|
||||
<span
|
||||
@@ -195,7 +196,7 @@
|
||||
}}>{item.name}</span
|
||||
>
|
||||
|
||||
<input
|
||||
<!--<input
|
||||
class="text-sm font-semibold leading-6 text-gray-900 inline-block min-w-1"
|
||||
type="text"
|
||||
name=""
|
||||
@@ -206,7 +207,7 @@
|
||||
}}
|
||||
bind:value={item.name}
|
||||
id="label__{item.name}"
|
||||
/>
|
||||
/>-->
|
||||
<!-- disabled={item.show_button} -->
|
||||
<!-- https://iconduck.com/icons/192863/edit-rename -->
|
||||
|
||||
@@ -291,6 +292,7 @@
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user