notebook/app/views/content/tailwind_components/fields/_name.html.erb
2023-01-30 18:37:21 -08:00

6 lines
118 B
Plaintext

<h1>
<%=
simple_format ContentFormatterService.show(text: field[:value], viewing_user: current_user)
%>
</h1>