diff options
author | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 15:47:29 -0700 |
commit | 0903d57311dd02f1029cc879da71b3c4bb0e58cb (patch) | |
tree | 85f6b4537b36da37b0dccfb72d839f558227b026 /view/tpl/channel.tpl | |
parent | 22312b9577c38c5adebf74bf353500225ab48b20 (diff) | |
parent | d2a7b5babef88fc92212ad071daaf73461b35c90 (diff) | |
download | volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.gz volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.tar.bz2 volse-hubzilla-0903d57311dd02f1029cc879da71b3c4bb0e58cb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-x | view/tpl/channel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index a20cf0e6a..55b122d9b 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -7,8 +7,8 @@ {{/if}} {{/if}} <a href="{{$channel.link}}" class="channel-selection-photo-link" title="{{$channel.channel_name}}"><img class="channel-photo" src="{{$channel.xchan_photo_m}}" alt="{{$channel.channel_name}}" /></a> +<div class="channels-notifications-wrapper">{{if $channel.mail != 0}}<span style="color:#c60032;"><i class="icon-envelope"></i> {{$channel.mail}}</span>{{else}}<i class="icon-envelope"></i> {{/if}} {{if $channel.intros != 0}}<span style="color:#c60032;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> {{/if}}</div> <a href="{{$channel.link}}" class="channel-selection-name-link" title="{{$channel.channel_name}}"><div class="channel-name">{{$channel.channel_name}}</div></a> -{{if $channel.mail != 0}}<span style="color:red;"><i class="icon-envelope"></i> {{$channel.mail}}</span>{{else}}<i class="icon-envelope"></i> {{/if}} {{if $channel.intros != 0}}<span style="color:red;"><i class="icon-user"></i> {{$channel.intros}}</span>{{else}}<i class="icon-user"></i> {{/if}} </div> <div class="channel-selection-end"></div> |