DEV: Add class to wizard HTML element

This commit is contained in:
Penar Musaraj 2020-09-02 14:53:38 -04:00
parent 50827684d5
commit 6a837c32e4
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<html>
<html class="discourse-wizard">
<head>
<%= discourse_stylesheet_link_tag :wizard, theme_ids: nil %>
<%= preload_script "locales/#{I18n.locale}" %>
@ -25,6 +25,5 @@
<%= raw SvgSprite.bundle %>
</div>
</div>
</body>
</html>