discourse/app/views/embed/loading.html.erb
2013-12-31 12:26:24 -05:00

12 lines
251 B
Plaintext

<header>
<%= t 'embed.loading' %>
<%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url) %>
</header>
<script>
(function() {
setTimeout(function() {
document.location.reload();
}, 30000);
})();
</script>