Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Dec 25, 2024
1 parent be87403 commit 41be4ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/general/rb-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ const RbViewPage = {
}

$('.view-history.invisible2').removeClass('invisible2')
$('.view-history legend a').attr('href', `${rb.baseUrl}/admin/audit/revision-history#gs=${this.__id}`)
$('.view-history legend a').attr('href', `${rb.baseUrl}/admin/audit/revision-history?gs=${this.__id}`)
})
},

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/web/general/detail-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ <h3 class="title" th:text="${bundle.L('%s详情', entityLabel)}"></h3>
<div class="view-history invisible2" th:if="${ShowViewHistory}">
<div class="form-line">
<fieldset>
<legend>[[${bundle.L('修改历史')}]] <i class="zmdi zmdi-help zicon" data-toggle="tooltip" th:title="${bundle.L('修改历史明细可至管理中心 (变更历史) 查看')}"></i></legend>
<legend>
[[${bundle.L('修改历史')}]] <a class="admin-show inline" target="_blank" th:title="${bundle.L('查看详情')}"><i class="zicon mdi mdi-clock-edit-outline down-1"></i></a>
</legend>
</fieldset>
</div>
<ul class="view-history-items list-unstyled"></ul>
Expand Down

0 comments on commit 41be4ea

Please sign in to comment.