discourse/app/views/embed
David Taylor ae0ca39bd1
FIX: Ensure embedded replies/reply-to links open in _blank (#14597)
In most cases, these links are handled in JavaScript, so the `href` and `target` are not used. However, when the `link-to-post` refers to a post which is not currently loaded in the DOM (e.g. it is the OP), then the href is used, and we need to add a `target` to prevent page navigation within the embed iframe.
2021-10-13 21:34:30 +01:00
..
comments.html.erb FIX: Ensure embedded replies/reply-to links open in _blank (#14597) 2021-10-13 21:34:30 +01:00
embed_error.html.erb FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
embed_topics_error.html.erb FEATURE: Embed topics list on remote sites via Javascript API. (#8008) 2019-08-15 13:41:06 -04:00
loading.html.erb
topics.html.erb FEATURE: Small improvements to the topic list embed (#12881) 2021-04-29 12:12:00 -03:00