next #180

Merged
niggl merged 24 commits from next into dev 2023-05-01 12:55:20 +00:00
Showing only changes of commit e904ab0b84 - Show all commits

View File

@ -145,14 +145,14 @@
<tr class="odd:bg-white even:bg-gray-100">
<td>{l.name}</td>
<td>
{l.license || "?"}<br /><span
{l.license || "?"}<br /><button
class="underline cursor-pointer"
on:click={() => {
modal_open = true;
currentlicense = l.name + "@" + l.version;
licensetext =
l.licensetext || $_("no-license-text-could-be-found");
}}>{$_("read-license")}</span
}}>{$_("read-license")}</button
>
</td>
<td>