Commit c4c956db by Ibrahim Awwal

Fix accidental code formatting of abbreviated posts and put administrative…

Fix accidental code formatting of abbreviated posts and put administrative buttons in the expanded content.
parent 0022efb7
......@@ -16,10 +16,8 @@
<a href="javascript:void(0)" class="collapse-post">Collapse...</a>
</div>
</header>
<div class="post-body">
{{abbreviatedBody}}
</div>
<ul class="moderator-actions">
<div class="post-body">{{abbreviatedBody}}</div>
<ul class="moderator-actions post-extended-content">
<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>
......
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