Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
646 B
12 lines
646 B
<div class="shared-wrapper"> |
|
<div class="shared_header"> |
|
{{if $avatar}} |
|
<a href="{{$profile}}" target="_blank" rel="noopener noreferrer" class="shared-userinfo"> |
|
<img src="{{$avatar}}" height="32" width="32"> |
|
</a> |
|
{{/if}} |
|
<div><a href="{{$profile}}" target="_blank" rel="noopener noreferrer" class="shared-wall-item-name"><span class="shared-author">{{$author}}</span></a></div> |
|
<div class="shared-wall-item-ago"><small><a href="{{$link}}" target="_blank" rel="noopener noreferrer"><span class="shared-time">{{$posted}}</a></a></small></div> |
|
</div> |
|
<blockquote class="shared_content">{{$content nofilter}}</blockquote> |
|
</div>
|
|
|