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

8 lines
274 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
2023-11-04 23:27:00 -04:00
><p class="inline"><%= display_backlinks(@step) %></p></div>