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
embed_topics_error.html.erb
loading.html.erb
topics.html.erb FEATURE: Small improvements to the topic list embed (#12881) 2021-04-29 12:12:00 -03:00