Commit d9edc1b4 by Rocky Duan

added moderator buttons for thread responses

parent 513b0606
......@@ -44,6 +44,11 @@
<p class="posted-details" title="${'<%- created_at %>'}">Sometime</p>
</header>
<div class="response-body">${"<%- body %>"}</div>
<ul class="moderator-actions">
<li style="display: none"><a class="action-edit" href="javascript:void(0)"><span class="edit-icon"></span> Edit</a></li>
<li style="display: none"><a class="action-delete" href="javascript:void(0)"><span class="delete-icon"></span> Delete</a></li>
<li style="display: none"><a class="action-openclose" href="javascript:void(0)"><span class="edit-icon"></span> Close</a></li>
</ul>
<ol class="comments">
<li>
<form class="comment-form">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment