aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-22 10:29:17 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-22 10:29:17 +0100
commitc6b89b99b9a98a5a25087190eeeee15365c7a853 (patch)
tree80509b3a37cf50883a55b2db78c600111127f51d /view
parent51a840f46a71800c5ce8111dacc2c4e1bbbe0b1a (diff)
downloadvolse-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')
-rwxr-xr-xview/tpl/channel.tpl4
-rwxr-xr-xview/tpl/channels.tpl2
2 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index d306f0aa0..17713aef4 100755
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -44,6 +44,10 @@
<i class="icon-user{{if $channel.intros != 0}} new-notification{{/if}}"></i>
{{if $channel.intros != 0}}<a href='manage/{{$channel.channel_id}}/connections/ifpending'>{{/if}}{{$channel.intros|string_format:$intros_format}}{{if $channel.intros != 0}}</a>{{/if}}
</div>
+ <div class="channel-link">
+ <i class="icon-map-marker"></i>
+ <a href="manage/{{$channel.channel_id}}/locs">{{$locs}}</a>
+ </div>
{{/if}}
</div>
</div>
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>&nbsp;{{$create.2}}</a>
<h2>{{$header}}</h2>
</div>
<div class="section-content-wrapper-np">