Use plain-text class for last remark/thread
This commit is contained in:
parent
11e090258e
commit
3f8b5f82e9
@ -82,7 +82,9 @@
|
||||
</h4>
|
||||
<h5 class="post__author"><%= $last_remark->{'author'} %></h5>
|
||||
<div class="post__body">
|
||||
<span class="plain-text">
|
||||
<%= $last_remark->{'body'} =%>
|
||||
</span>
|
||||
</div>
|
||||
<nav class="post__nav">
|
||||
<%= link_to Thread => single_thread =>
|
||||
@ -108,7 +110,9 @@
|
||||
<h4 class="post__date"><%= $thread->{'date'} %></h4>
|
||||
<h5 class="post__author"><%= $thread->{'author'} %></h5>
|
||||
<div class="post__body">
|
||||
<span class="plain-text">
|
||||
<%= $thread->{'body'} =%>
|
||||
</span>
|
||||
</div>
|
||||
<nav class="post__nav">
|
||||
<%= link_to post_remark => {thread_id => $thread->{'id'}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user