mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:36:35 +08:00
80398d0b8f
* use the meta refresh tag instead * extract inline JS in embedded comment
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
<% content_for :head do %>
|
|
<meta http-equiv="refresh" content="30">
|
|
<% end %>
|
|
|
|
<header class='discourse' data-embed-state='loading'>
|
|
<h3><%= t 'embed.loading' %></h3>
|
|
<%= link_to(image_tag(SiteSetting.site_logo_url, class: 'logo'), Discourse.base_url) %>
|
|
<div class='clearfix'></div>
|
|
</header>
|