mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Merge branch 'dev' into 'dev'
move shared post formatting to its own tpl See merge request hubzilla/core!2248
This commit is contained in:
1
view/tpl/bb_share.tpl
Normal file
1
view/tpl/bb_share.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user