fix: prepared report text

This commit is contained in:
prssanna 2020-11-17 17:13:35 +05:30
parent bc36e38550
commit 0bdd29aee8

View file

@ -674,11 +674,13 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
const part3 = __('See all past reports.');
this.show_status(`
<span class="indicator orange">
${part1}
${part2}
<a href="/app/List/Prepared%20Report?report_name=${this.report_name}">${part3}</a>
</span>
<div class="indicator orange">
<span>
${part1}
${part2}
<a href="/app/List/Prepared%20Report?report_name=${this.report_name}"> ${part3}</a>
</span>
</div>
`);
};