diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-10 17:11:17 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-10 17:11:17 -0700 |
commit | 08e21fd0b85ccab350c79b7d329737100e9db5cb (patch) | |
tree | 061e00a91d262aa5af8fcd5069aed007111a01c5 /view/tpl/chatrooms.tpl | |
parent | 76d78571d6d7a5adfc6da9e3bbad56c15056bc4a (diff) | |
parent | 582d075c4501ede78e35ac2207741c9a849d3673 (diff) | |
download | volse-hubzilla-08e21fd0b85ccab350c79b7d329737100e9db5cb.tar.gz volse-hubzilla-08e21fd0b85ccab350c79b7d329737100e9db5cb.tar.bz2 volse-hubzilla-08e21fd0b85ccab350c79b7d329737100e9db5cb.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/chatrooms.tpl')
-rw-r--r-- | view/tpl/chatrooms.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index 71a2acada..d3eeed24f 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -1,5 +1,5 @@ <div class="generic-content-wrapper"> - <div class="section-title-wrapper"> + <div class="section-title-wrapper clearfix"> {{if $is_owner}} <button type="button" class="btn btn-success btn-sm pull-right acl-form-trigger" onclick="openClose('chatroom-new');" data-form_id="chatroom-new-form"><i class="fa fa-plus-circle"></i> {{$newroom}}</button> {{/if}} |