diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-22 10:29:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-22 10:29:17 +0100 |
commit | c6b89b99b9a98a5a25087190eeeee15365c7a853 (patch) | |
tree | 80509b3a37cf50883a55b2db78c600111127f51d /view/tpl/channels.tpl | |
parent | 51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (diff) | |
download | volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.tar.gz volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.tar.bz2 volse-hubzilla-c6b89b99b9a98a5a25087190eeeee15365c7a853.zip |
Add a link to /locs to channel manager
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"> |