소스 검색

fix: set /app as redirect for pageview home button (#17715) (#17717)

(cherry picked from commit 9b620bb648)

Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
version-14
mergify[bot] 2 년 전
committed by GitHub
부모
커밋
594944a0f5
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/views/pageview.js

+ 1
- 1
frappe/public/js/frappe/views/pageview.js 파일 보기

@@ -138,7 +138,7 @@ frappe.show_message_page = function(opts) {
<div class="text-center message-page-content">\
%(img)s\
<p class="lead">%(message)s</p>\
<a class="btn btn-default btn-sm btn-home" href="#">%(home)s</a>\
<a class="btn btn-default btn-sm btn-home" href="/app">%(home)s</a>\
</div>\
</div>', {
img: opts.img || "",


불러오는 중...
취소
저장