discourse/app/views/layouts
Osama Sayegh 0dcbbe0de4
DEV: Load admin JS bundles from plugins for staff users (#33540)
JS assets defined under `admin/` in plugins are compiled into a separate
bundle that should be loaded for staff users only, but we currently load
it for all users including normal users and anons. This is wasteful and
unexpected since it could cause errors if an asset in the admin bundle
of a plugin imports a module from the admin bundle in core (which
doesn't get loaded for non-staff users).
2025-07-10 07:39:11 +03:00
..
_head.html.erb
_noscript_footer.html.erb
_noscript_header.html.erb DEV: Add site description to crawler homepage view (#32845) 2025-05-22 08:33:59 +10:00
application.html.erb DEV: Load admin JS bundles from plugins for staff users (#33540) 2025-07-10 07:39:11 +03:00
crawler.html.erb
email_template.html.erb
embed.html.erb DEV: Replace break_string.js with CSS in embedded view (#32488) 2025-04-28 10:47:27 +01:00
ember_cli.html.erb
finish_installation.html.erb
no_ember.html.erb
publish.html.erb