Skip to content

Commit d8b5cc5

Browse files
committed
increase preview size and disable link to avoid confusion
1 parent b00e904 commit d8b5cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge_repo/app/templates/post_editor_proxy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313

1414
{% block render_block %}
15-
<a href="{{ proxy }}">Linked Post</a>
16-
<iframe width=100% height=800 src="{{ proxy }}"></iframe>
15+
<b>Linked Post Preview</b>
16+
<iframe width=100% height=1000 src="{{ proxy }}"></iframe>
1717
{% endblock render_block %}

0 commit comments

Comments
 (0)