1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-12 08:28:51 +00:00

Adds verified checkmark to main profile page

This commit is contained in:
Random Penguin 2025-07-11 14:10:37 -05:00 committed by GitHub
parent c15868a24f
commit 1d467471ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@
<dl id="aprofile-homepage" class="row {{$basic_fields.homepage.class|default:'aprofile'}}"> <dl id="aprofile-homepage" class="row {{$basic_fields.homepage.class|default:'aprofile'}}">
<hr class="profile-separator"> <hr class="profile-separator">
<dt class="col-lg-4 col-md-4 col-sm-4 col-xs-12 profile-label-name text-muted">{{$basic_fields.homepage.label}}</dt> <dt class="col-lg-4 col-md-4 col-sm-4 col-xs-12 profile-label-name text-muted">{{$basic_fields.homepage.label}}</dt>
<dd class="col-lg-8 col-md-8 col-sm-8 col-xs-12 profile-entry">{{$basic_fields.homepage.value nofilter}}</dd> <dd class="col-lg-8 col-md-8 col-sm-8 col-xs-12 profile-entry">{{$basic_fields.homepage.value nofilter}}{{if $profile.homepage_verified}} <span title="{{$homepage_verified}}">✔</span>{{/if}}</dd>
</dl> </dl>
{{/if}} {{/if}}