Merge pull request #158 from dwendt/master

Added post tools loop for plugins.
main
Barış Soner Uşaklı 9 years ago
commit e7e7368eb3

@ -131,7 +131,7 @@
outline: none;
&[role="menuitem"] {
color: @gray-dark;
color: @gray-light;
}
}
@ -345,4 +345,4 @@
position: relative;
text-align: center;
}
}
}

@ -24,6 +24,15 @@
<span class="menu-icon"><i class="fa fa-eraser"></i></span> [[topic:purge]]
</a>
</li>
<!-- BEGIN posts.tools -->
<li role="presentation">
<a component="{posts.tools.action}" role="menuitem" tabindex="-1" href="#">
<span class="menu-icon"><i class="fa {posts.tools.icon}"></i></span> {{posts.tools.html}}
</a>
</li>
<!-- END posts.tools -->
<!-- IF posts.display_move_tools -->
<li role="presentation">
<a component="post/move" role="menuitem" tabindex="-1" href="#">
@ -69,4 +78,4 @@
</li>
<!-- ENDIF !posts.selfPost -->
</ul>
</div>
</div>

Loading…
Cancel
Save