first part of new theme integration

This commit is contained in:
2021-09-07 20:52:58 +02:00
parent 1c5350c8c6
commit 4ae9e36050
53 changed files with 4249 additions and 57 deletions

View File

@@ -1,5 +1,7 @@
<% if user_signed_in? %>
<h1>Welcome <%= current_user.battletag %></h1>
<% unless user_signed_in? %>
<%= render 'home/landing' %>
<% else %>
<h1>Welcome guest</h1>
<body class="loading" data-layout-config='{"darkMode":false}'>
<%= yield %>
</body>
<% end %>