memEx/lib/memex_web/components/core_components/context_content.html.heex

9 lines
306 B
Plaintext
Raw Normal View History

2023-03-18 23:33:19 -04:00
<div
2023-11-26 17:30:14 -05:00
:if={@context.content}
2023-03-18 23:33:19 -04:00
id={"show-context-content-#{@context.id}"}
2023-11-04 22:19:35 -04:00
class="input input-primary h-128 min-h-128 inline-block whitespace-pre-wrap overflow-x-hidden overflow-y-auto resize-y"
2023-03-18 23:33:19 -04:00
phx-update="ignore"
readonly
phx-no-format
2023-11-26 11:25:26 -05:00
><p class="inline"><%= display_links(@context) %></p></div>