refactor user nav bar and log entry index
This commit is contained in:
@@ -3,7 +3,7 @@ if Rails.env.development? || Rails.env.staging?
|
||||
# Rack::MiniProfiler.config.pre_authorize_cb = lambda { |env| true }
|
||||
Rack::MiniProfiler.config.authorization_mode = :allow_all
|
||||
Rack::MiniProfiler.config.enable_advanced_debugging_tools = true
|
||||
Rack::MiniProfiler.config.position = "top-right"
|
||||
Rack::MiniProfiler.config.position = "top-left"
|
||||
Rack::MiniProfiler.config.disable_caching = false
|
||||
Rack::MiniProfiler.config.skip_paths = [%r{/blobs/.+/contents.jpg$}]
|
||||
end
|
||||
|
||||
@@ -25,7 +25,9 @@ module.exports = {
|
||||
experimental: {
|
||||
classRegex: [
|
||||
/\\bclass:\s*'([^']*)'/,
|
||||
/\\bclass=\s*'([^']*)'/,
|
||||
/\\bclass:\s*"([^"]*)"/,
|
||||
/\\bclass=\s*"([^"]*)"/,
|
||||
/["'`]([^"'`]*).*?,?\s?/,
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user