diff options
author | redmatrix <git@macgirvin.com> | 2016-02-04 19:06:11 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-04 19:06:11 -0800 |
commit | bfeb89075f5e9d3a966c35fd1d0ec56e637a1522 (patch) | |
tree | c233b5bfbcf5cafa245c2b9f8993a3d81fbfbfb9 /view/tpl | |
parent | 721f61a71d854ceeba17e216cbe5f5bfd4887508 (diff) | |
download | volse-hubzilla-bfeb89075f5e9d3a966c35fd1d0ec56e637a1522.tar.gz volse-hubzilla-bfeb89075f5e9d3a966c35fd1d0ec56e637a1522.tar.bz2 volse-hubzilla-bfeb89075f5e9d3a966c35fd1d0ec56e637a1522.zip |
comment buttons hook
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 49c6af764..0c0cb984c 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -57,6 +57,7 @@ </button> </div> {{/if}} + {{$comment_buttons}} </div> <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> {{if $preview}} |