瀏覽代碼

chore: whitespace

version-14
Ankush Menat 3 年之前
父節點
當前提交
a832aa27af
共有 1 個檔案被更改,包括 5 行新增5 行删除
  1. +5
    -5
      frappe/public/js/frappe/web_form/web_form_list.js

+ 5
- 5
frappe/public/js/frappe/web_form/web_form_list.js 查看文件

@@ -142,8 +142,8 @@ export default class WebFormList {

frappe.has_permission(this.doctype, "", "create", () => {
new_button = `
<a
class="btn btn-primary btn-sm btn-new-doc hidden-xs"
<a
class="btn btn-primary btn-sm btn-new-doc hidden-xs"
href="${window.location.pathname}?new=1">
${__("Create a new {0}", [__(this.doctype)])}
</a>
@@ -152,9 +152,9 @@ export default class WebFormList {
empty_state.innerHTML = `
<div class="text-center">
<div>
<img
src="/assets/frappe/images/ui-states/list-empty-state.svg"
alt="Generic Empty State"
<img
src="/assets/frappe/images/ui-states/list-empty-state.svg"
alt="Generic Empty State"
class="null-state">
</div>
<p class="small mb-2">${__("No {0} found", [__(this.doctype)])}</p>


Loading…
取消
儲存