In development mode, relax restrictions on embedding.

This commit is contained in:
Robin Ward
2014-01-02 11:32:50 -05:00
parent abf910d210
commit 1478f08e4f
2 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<footer>
<%= link_to(I18n.t('embed.continue'), @topic_view.topic.url, class: 'button', target: '_blank') %>
<%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url) %>
<%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url, target: '_blank') %>
</footer>
<% end %>