Improved team promo.

master
Nick Sergeant 2015-10-28 13:34:10 -04:00
parent 2c8ef21c73
commit cba5097fc6
3 changed files with 4 additions and 3 deletions

View File

@ -44,7 +44,7 @@
{% block content %}
<section class="snipts" id="snipts">
{% if not request.user.is_authenticated %}
{% include 'ad-leaderboard-pro.html' %}
{% include 'ad-leaderboard-teams.html' %}
{% elif not request.user.profile.teams_beta_seen and not request.user.team and not request.user.profile.has_teams %}
{% include 'ad-leaderboard-teams.html' %}
{% endif %}

View File

@ -22,7 +22,7 @@
ng-cloak ng-show="$root.account.id"
{% endif %}>
{% if not request.user.is_authenticated %}
{% include 'ad-leaderboard-pro.html' %}
{% include 'ad-leaderboard-teams.html' %}
{% elif not request.user.profile.teams_beta_seen and not request.user.team and not request.user.profile.has_teams %}
{% include 'ad-leaderboard-teams.html' %}
{% endif %}

View File

@ -1,4 +1,5 @@
<a href="/for-teams/" class="snipt-promo">
<button class="btn btn-success btn-large pull-right">More info &raquo;</button>
Announcing Snipt for Teams! <br />Starting at just $49/month.
Announcing Snipt for Teams! <br />
<span style="font-size: 80%;">Share access to snippets, detailed diffs, and more.</span>
</a>