diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/action_text/content/_layout.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/action_text/content/_layout.html.erb b/app/views/action_text/content/_layout.html.erb new file mode 100644 index 0000000000..be3ca295c8 --- /dev/null +++ b/app/views/action_text/content/_layout.html.erb @@ -0,0 +1,3 @@ +<div class="trix-content"> + <%= document %> +</div> |