Merge branch 'dev' into 'dev'

move shared post formatting to its own tpl

See merge request hubzilla/core!2248
This commit is contained in:
Mario
2026-01-04 19:36:06 +00:00
2 changed files with 17 additions and 19 deletions

1
view/tpl/bb_share.tpl Normal file
View File

@@ -0,0 +1 @@
<div id="shared_container_{{$rnd}}" class="shared_container"><div id="shared_header_{{$rnd}}" class="shared_header">{{if $avatar}}<a href="{{$author_url}}"><img src="{{$avatar}}" alt="{{$author}}" height="32" width="32" loading="lazy" /></a>{{/if}}<span><a href="{{$author_url}}">{{$author}}</a> {{$text}} <a href="{{$post_url}}">{{$type}} </a><span class="autotime" title="{{$reldate_iso}}">{{$reldate}}</span></span></div><div id="reshared-content-{{$rnd}}" class="reshared-content">{{$content}}</div></div>