feat: link to attribution page in about modal

This commit is contained in:
barredterra 2024-04-06 20:21:14 +02:00
parent 595bb20a97
commit 027682fcc9

View file

@ -24,6 +24,13 @@ frappe.ui.misc.about = function () {
<hr>
<h4>${__("Installed Apps")}</h4>
<div id='about-app-versions'>${__("Loading versions...")}</div>
<p>
<b>
<a href="/attribution" target="_blank" class="text-muted">
${__("Dependencies & Licenses")}
</a>
</b>
</p>
<hr>
<p class='text-muted'>${__("&copy; Frappe Technologies Pvt. Ltd. and contributors")} </p>
</div>`,