Created
April 30, 2013 16:24
-
-
Save danielmartins/5489856 to your computer and use it in GitHub Desktop.
Sweeps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wpsweeps {% if participating %} giveup {% endif %}"> | |
<img src="{{ icon_url }}"> | |
{% if participating %} | |
<a href="{{ giveup_url }}"> | |
{{ wanna_giveup_msg }} | |
</a> | |
{% else %} | |
<a href="{{ url }}"> | |
{{ link_name }} | |
</a> | |
{% endif %} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment