]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/manage.tpl
Merge pull request #5593 from annando/issue-4507
[friendica.git] / view / templates / manage.tpl
index e23c4027548212284f74df45226598c331fcab98..dd27092e9badb689925bc4bc940c5be704a2237e 100644 (file)
@@ -11,6 +11,7 @@
                        <div class="identity-match-photo" id="identity-match-photo-{{$id.uid}}">
                                <button name="identity" value="{{$id.uid}}" onclick="this.form.submit();" title="{{$id.username}}">
                                        <img src="{{$id.thumb}}" alt="{{$id.username}}" />
+                                       {{if $id.notifications}}<span class="manage-notify">{{$id.notifications}}</span>{{/if}}
                                </button>
                        </div>
 
@@ -22,7 +23,6 @@
                                </div>
                                <div class="identity-match-details" id="identity-match-nick-{{$id.uid}}">({{$id.nickname}})</div>
                        </div>
-
                        <div class="identity-match-end"></div>
                </div>
        {{/foreach}}