forked from friendica/friendica
made matrix id clickable
This commit is contained in:
parent
93843ec5b3
commit
dc16bf5d09
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
<dl id="aprofile-matrix" class="row {{$basic_fields.matrix.class|default:'aprofile'}}">
|
||||
<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.matrix.label}}</dt>
|
||||
<dd class="col-lg-8 col-md-8 col-sm-8 col-xs-12 profile-entry">{{$basic_fields.matrix.value nofilter}}</dd>
|
||||
<dd class="col-lg-8 col-md-8 col-sm-8 col-xs-12 profile-entry"><a href="https://matrix.to/#/{{$basic_fields.matrix.value nofilter}}">{{$basic_fields.matrix.value nofilter}}</a></dd>
|
||||
</dl>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue