regluit/frontend/templates/notification/sharing_block.html

6 lines
603 B
HTML
Raw Permalink Normal View History

2016-05-11 14:41:50 +00:00
<ul>
2015-04-28 03:24:02 +00:00
{% if request.user.is_authenticated %}<a href="{% url 'emailshare' 'pledged' %}?next={{ work_url|urlencode:"" }}"><li>Email it!</li></a>{% endif %}
2013-12-15 05:31:43 +00:00
<a href="https://twitter.com/intent/tweet?url=https://{{ current_site.domain }}{{ work_url|urlencode:"" }}&text=I%27m%helping%20to%20unglue%20{{ title|urlencode }}%20at%20%40unglueit.%20Will%20you%20join%20me%3F"><li>Tweet it!</li></a>
<a href="https://www.facebook.com/sharer.php?u=https://{{ current_site.domain }}{{ work_url|urlencode:"" }}"><li>Share it on Facebook.</li></a>
<li>Best idea: talk about it with those you love.</li>
</ul>