diff options
author | redmatrix <git@macgirvin.com> | 2016-03-22 19:59:47 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-22 19:59:47 -0700 |
commit | a8ac0ed5494918862347a18314f5a994d3226fea (patch) | |
tree | a75940142d4d3351d2ec1193e8d182b20bde217e /view/tpl/channels.tpl | |
parent | 6f2ba0c6193a229b3f371de2cae7b314927d4cbb (diff) | |
parent | 0a14ac1f60b70fe038cf714ac1e856c2bc66a92d (diff) | |
download | volse-hubzilla-a8ac0ed5494918862347a18314f5a994d3226fea.tar.gz volse-hubzilla-a8ac0ed5494918862347a18314f5a994d3226fea.tar.bz2 volse-hubzilla-a8ac0ed5494918862347a18314f5a994d3226fea.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/channels.tpl')
-rwxr-xr-x | view/tpl/channels.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index be9017bff..1a6012926 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -1,6 +1,6 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> - <a class="btn btn-success btn-xs pull-right" href="{{$create.0}}" title="{{$create.1}}">{{$create.2}}</a> + <a class="btn btn-success btn-xs pull-right" href="{{$create.0}}" title="{{$create.1}}"><i class="icon-plus-sign"></i> {{$create.2}}</a> <h2>{{$header}}</h2> </div> <div class="section-content-wrapper-np"> |