A lot of cosmetic clean up and some code clean up. Also new util functions from old Svelte NPM library.
This commit is contained in:
@@ -290,10 +290,12 @@ $: if ($events_trigger == 'load__event_session_obj_li' && $events_slct.event_id)
|
||||
<td>
|
||||
<a
|
||||
href="/events_pres_mgmt/session/{session_obj.event_session_id_random}"
|
||||
class="btn btn-md variant-ghost-secondary hover:variant-filled-secondary"
|
||||
class="btn btn-md variant-ghost-secondary hover:variant-filled-secondary w-full"
|
||||
>
|
||||
<span class="fas fa-eye mx-1"></span>
|
||||
<span class="grow">
|
||||
<strong>{session_obj.name}</strong>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user