Sha256: 50eabee2078ecb07a163b61fd0e6ada7ea2eb13ffa015f4949fda68007cda07c

Contents?: true

Size: 707 Bytes

Versions: 4

Compression:

Stored size: 707 Bytes

Contents

!!! 5
%html
  %head
    %title 🐻 内容审核
    = csrf_meta_tags
    = csp_meta_tag
    = stylesheet_link_tag    "censor_bear/application", media: "all"
    = javascript_include_tag "turbo", 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::ModLog.pending.count})", mod_logs_path
      %li= link_to "日志", logs_path
      %li= link_to "敏感词", stop_words_path
      %li= link_to "调试", debugger_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

4 entries across 4 versions & 1 rubygems

Version Path
censor_bear-0.1.18 app/views/layouts/censor_bear/application.html.haml
censor_bear-0.1.17 app/views/layouts/censor_bear/application.html.haml
censor_bear-0.1.15 app/views/layouts/censor_bear/application.html.haml
censor_bear-0.1.14 app/views/layouts/censor_bear/application.html.haml