diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-21 07:31:36 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-21 07:31:36 +0200 |
commit | 7834274bff5e86a7a0eb646f1319b5b9e4bac96f (patch) | |
tree | 5d0317e3aa203471f152f6ec2533150c5406906a /view/tpl/chatrooms.tpl | |
parent | 4f6506657208ebf3eadce3109d1bcd8407c7bdaf (diff) | |
parent | d2565d0f61c139df6536ec9d90c10d7af29ef9e5 (diff) | |
download | volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.gz volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.tar.bz2 volse-hubzilla-7834274bff5e86a7a0eb646f1319b5b9e4bac96f.zip |
Merge remote-tracking branch 'upstream/master'
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 c3dae6627..836923231 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -2,7 +2,7 @@ {{if $is_owner}} <p> -<a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a> +<span class="btn btn-default"><a href="{{$baseurl}}/chat/{{$nickname}}/new">{{$newroom}}</a></span> </p> {{/if}} |