feat: link to attribution page in about modal
This commit is contained in:
parent
595bb20a97
commit
027682fcc9
1 changed files with 7 additions and 0 deletions
|
|
@ -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'>${__("© Frappe Technologies Pvt. Ltd. and contributors")} </p>
|
||||
</div>`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue