NewsBlur/templates/mail/email_reply.xhtml

20 lines
979 B
HTML
Raw Normal View History

{% extends "mail/email_base.xhtml" %}
{% load social_tags %}
{% block body %}
<p style="margin-top: 12px;">
On a story entitled "<a href="{{ shared_story.blurblog_permalink }}">{{ shared_story.story_title }}</a>" from <img src="{{ story_feed.favicon_url_fqdn }}" style="width: 16px;height: 16px;vertical-align: bottom"> {{ story_feed.feed_title }}...
</p>
2014-05-29 12:19:13 -07:00
<p style="font-size: 24px; color:#555555; margin-top: 18px;margin-bottom: 10px;padding-top:6px;line-height: 48px;">
<a href="{{ reply_user_profile.blurblog_url }}"><img src="{{ reply_user_profile.email_photo_url }}" style="width: 48px; height: 48px;margin: 0 12px 0 0;border-radius: 3px;border: none;float: left"></a> {{ reply_user_profile.username }} replied to you:
</p>
{% render_email_comment comment %}
<p style="padding-top: 12px;">
Don't want any more emails from this story? <a href="{{ mute_url }}">Mute this conversion</a>.
</p>
{% endblock %}