Sha256: c85f0c772924663fdd20a64ba38eeafa01f2564f3cdfdd07c0018d8334a09c35
Contents?: true
Size: 938 Bytes
Versions: 11
Compression:
Stored size: 938 Bytes
Contents
!!! 5 %html %head %title 🐻 内容审核 = csrf_meta_tags = csp_meta_tag = stylesheet_link_tag "censor_bear/application", media: "all", "data-turbo-track": "reload" = javascript_include_tag "turbo", type: "module" = javascript_include_tag "censor_bear/application", "data-turbo-track": "reload" -# = javascript_include_tag "chartkick", type: "module" -# = javascript_include_tag "Chart.bundle", type: "module" = yield :head %body{class: "flex flex-col space-y-6 p-4"} %ul{class: "flex justify-end items-center space-x-2 text-blue-600"} %li= link_to "审查(#{CensorBear::ReviewLog.all.count})", review_logs_path %li= link_to "审查统计", statistics_review_logs_path %li= link_to "敏感词", stop_words_path %li= link_to "控制台", main_app.send(CensorBear.config.main_app_root_path_method.to_sym) %li= current_user.email %div = yield
Version data entries
11 entries across 11 versions & 1 rubygems