소스 검색
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
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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 || "", |
|
|
|