瀏覽代碼

[minor] fix style for report

version-14
Rushabh Mehta 9 年之前
父節點
當前提交
10c56e62f8
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      frappe/public/js/frappe/request.js

+ 1
- 2
frappe/public/js/frappe/request.js 查看文件

@@ -300,8 +300,7 @@ frappe.request.report_error = function(xhr, request_opts) {
var error_report_email = (frappe.boot.error_report_email || []).join(", ");
var error_message = '<div>\
<pre style="max-height: 300px; margin-top: 7px;">' + exc + '</pre>'
+'<p class="text-right"><a class="btn btn-default report-btn">\
<i class="icon-fixed-width icon-envelope"></i> '
+'<p class="text-right"><a class="btn btn-primary btn-sm report-btn">'
+ __("Report this issue") + '</a></p>'
+'</div>';



Loading…
取消
儲存