2016-10-18 11:44:25 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2017-04-13 15:22:39 -04:00
|
|
|
<%= discourse_stylesheet_link_tag 'wizard', theme_key: nil %>
|
2016-10-18 11:44:25 -04:00
|
|
|
<%= render partial: "common/special_font_face" %>
|
2017-04-17 11:52:43 -04:00
|
|
|
<%= preload_script 'ember_jquery' %>
|
|
|
|
<%= preload_script 'wizard-vendor' %>
|
2016-10-18 11:44:25 -04:00
|
|
|
<%= render partial: "layouts/head" %>
|
|
|
|
<title><%= t 'wizard.title' %></title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class='wizard'>
|
|
|
|
<div id='wizard-main'>
|
|
|
|
<div class='wizard-column'>
|
|
|
|
<div class='wizard-column-contents finish-installation'>
|
|
|
|
<%= yield %>
|
|
|
|
</div>
|
|
|
|
<div class='wizard-footer'>
|
|
|
|
<div class='discourse-logo'></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|