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

8 lines
301 B
Plaintext
Raw Normal View History

2023-03-18 23:33:19 -04:00
<div
id={"show-step-content-#{@step.id}"}
2023-11-04 22:19:35 -04:00
class="input input-primary h-32 min-h-32 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
><p class="inline"><%= add_links_to_content(@step.content, "step-context") %></p></div>