mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
22 lines
No EOL
876 B
HTML
22 lines
No EOL
876 B
HTML
<table style="border: 1px solid #E0E0E0; margin: 0; padding: 0; background-color: #F0F0F0" valign="top" align="left" cellpadding="0" width="100%">
|
|
<tr>
|
|
<td rowspan="2" style="padding: 6px;"><img src="{{ social_profile.photo_url }}" style="width: 36px; height: 36px; border-radius: 4px; vertical-align: middle;"></td>
|
|
<td width="100%">
|
|
<b>
|
|
{{ user.username }}
|
|
<a href="{{ shared_story.blurblog_permalink }}">shared this story</a>
|
|
{% if feed %}from <img src="{{ feed.favicon_url_fqdn }}"> {{ feed.feed_title }}{% endif %}{% if shared_story.comments %}:{% else %}.{% endif %}</b>
|
|
</td>
|
|
</tr>
|
|
{% if shared_story.comments %}
|
|
<tr>
|
|
<td>
|
|
<p>{{ shared_story.comments }}</p>
|
|
</td>
|
|
</tr>
|
|
{% endif %}
|
|
</table>
|
|
|
|
<hr style="clear: both">
|
|
|
|
{{ content|safe }} |