From 0cee1942a1395d51956461ef60ec2a5470d97895 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 20 Dec 2013 22:45:03 -0500 Subject: [PATCH] Add a nice tooltip on hover on the plan name in the new repo view --- static/partials/new-repo.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/partials/new-repo.html b/static/partials/new-repo.html index bafc2dbb1..3f61d9c7e 100644 --- a/static/partials/new-repo.html +++ b/static/partials/new-repo.html @@ -74,7 +74,11 @@
- In order to make this repository private, you’ll need to upgrade your plan to {{ planRequired.title }}. This will cost ${{ planRequired.price / 100 }}/month. + In order to make this repository private, you’ll need to upgrade your plan to + + {{ planRequired.title }} + . + This will cost ${{ planRequired.price / 100 }}/month.
Upgrade now