-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
901c7eb
commit 1e9e140
Showing
6 changed files
with
44 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<div class="<%= active_helper(modules: 'auditor/panel', active: 'menu ex-accordion is-active', item: 'menu ex-accordion') %>" data-controller="menu empty"> | ||
<a class="menu-label" data-action="menu#toggle"> | ||
<i class="fa-solid fa-fw fa-tape"></i> | ||
<span><%= t('auditor.panel.title') %></span> | ||
<i class="fa-solid dropdown"></i> | ||
</a> | ||
<div class="menu-list" data-empty-target="content"> | ||
<%= link_to t('auditor.panel.audits.index.title'), { controller: 'auditor/panel/audits' }, class: active_helper(controllers: ['audits'], active: 'is-active') %> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
en: | ||
auditor: | ||
title: 操作审计 | ||
admin: | ||
approvals: | ||
index: | ||
title: 待审核 | ||
audits: | ||
index: | ||
title: 操作日志 | ||
verifications: | ||
new: | ||
title: 审核 | ||
panel: | ||
title: Audits | ||
audits: | ||
index: | ||
title: Audits Log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
en: | ||
audit/admin: | ||
checks: | ||
new: | ||
check: 审核 | ||
activerecord: | ||
models: | ||
check: 审核 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'rails_audit' | ||
s.version = '1.0.4' | ||
s.authors = ['qinmingyuan'] | ||
s.authors = ['Mingyuan Qin'] | ||
s.email = ['[email protected]'] | ||
s.homepage = 'https://github.com/work-design/rails_audit' | ||
s.summary = 'Audit changes for model with operator' | ||
|