<%- if @hosts.present? %>
<%= t 'embed.referer' %><%= request.referer %>
<%= t 'embed.mismatch' %>
<%- @hosts.each do |eh| %>
-
<%= eh.host %><%- if eh.path_whitelist.present? %><%= eh.path_whitelist %><% end %>
<%- end %>
<%- else %>
<%= t 'embed.no_hosts' %>
<%- end %>
<%= link_to(t('embed.configure'), @setup_url, target: '_blank') %>
<%- end %>