]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/contact_edit.tpl
Merge pull request #10665 from tobiasd/20210905-ru
[friendica.git] / view / templates / contact_edit.tpl
index 44751eacc7e0fb518680af74d00a2eded9da28af..9a5fc6172cdab58b6a9e72e1cdebed65f27584eb 100644 (file)
@@ -51,6 +51,7 @@
                                <dl><dt>{{$profileurllabel}}</dt><dd><a target="blank" href="{{$url}}">{{$profileurl}}</a></dd></dl>
                                {{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location nofilter}}</dd></dl>{{/if}}
                                {{if $xmpp}}<dl><dt>{{$xmpp_label}}</dt><dd>{{$xmpp}}</dd></dl>{{/if}}
+                               {{if $matrix}}<dl><dt>{{$matrix_label}}</dt><dd>{{$matrix}}</dd></dl>{{/if}}
                                {{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
                                {{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about nofilter}}</dd></dl>{{/if}}
                        </div>{{* End of contact-edit-links *}}