forked from friendica/friendica-addons
fa35dfe69d
Add two templates that I forgot to checkin last time Switch to utf8_bin collation Separate "Local" and "Upstream" links Translate "Submit" button Fix some debug statements
6 lines
254 B
Smarty
6 lines
254 B
Smarty
<div class="mailstream-item-body">$item.body</div>
|
|
{{ if $item.plink }}
|
|
<div>$upstream: <a class="mailstream-item-plink" href="$item.plink">$item.plink</a><div>
|
|
<div>$local: <a class="mailstream-item-url" href="$item.url">$item.url</a></div>
|
|
{{ endif }}
|