Hopefully fix code formatting showing up on comments? But it doesn't seem to happen everywhere...
This commit is contained in:
@@ -120,9 +120,7 @@
|
||||
|
||||
<script type="text/template" id="response-comment-show-template">
|
||||
<div id="comment_${'<%- id %>'}">
|
||||
<div class="response-body">
|
||||
${'<%- body %>'}
|
||||
</div>
|
||||
<div class="response-body">${'<%- body %>'}</div>
|
||||
<p class="posted-details">–posted <span class="timeago" title="${'<%- created_at %>'}">${'<%- created_at %>'}</span> by
|
||||
${"<% if (obj.username) { %>"}
|
||||
<a href="${'<%- user_url %>'}" class="profile-link">${'<%- username %>'}</a>
|
||||
|
||||
Reference in New Issue
Block a user