Skip to content

Instantly share code, notes, and snippets.

@jerzyn
Created March 21, 2014 16:24
Show Gist options
  • Select an option

  • Save jerzyn/9689975 to your computer and use it in GitHub Desktop.

Select an option

Save jerzyn/9689975 to your computer and use it in GitHub Desktop.
Check if subscribed and generate links
{% unless service.subscribed? %}
<a href="{{ urls.signup }}?{{ service | to_param }}">Signup to {{ service.name }}</a>
{% endunless %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment