diff --git a/assets/css/PostText.css b/assets/css/PostText.css index 7c6f65b..e26381e 100644 --- a/assets/css/PostText.css +++ b/assets/css/PostText.css @@ -1 +1,5 @@ .field-with-error {} + +.thread, .remark { + border-style: dotted; +} diff --git a/templates/post_remark.html.ep b/templates/post_remark.html.ep index ad7a6ac..ff5a8ed 100644 --- a/templates/post_remark.html.ep +++ b/templates/post_remark.html.ep @@ -7,7 +7,7 @@
<%= $thread_body %>
+<%= %$thread{'body'} %>