Fix tooltip in create new repo
This commit is contained in:
parent
eef17ae7d4
commit
a727717add
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
||||||
In order to make this repository private
|
In order to make this repository private
|
||||||
<span ng-if="isUserNamespace">under your personal namespace</span>
|
<span ng-if="isUserNamespace">under your personal namespace</span>
|
||||||
<span ng-if="!isUserNamespace">under the organization <b>{{ repo.namespace }}</b></span>, you will need to upgrade your plan to
|
<span ng-if="!isUserNamespace">under the organization <b>{{ repo.namespace }}</b></span>, you will need to upgrade your plan to
|
||||||
<b style="border-bottom: 1px dotted black;" bs-tooltip="'<b>' + planRequired.title + '</b><br>' + planRequired.privateRepos + ' private repositories'">
|
<b style="border-bottom: 1px dotted black;" data-html="true"
|
||||||
|
title="{{ '<b>' + planRequired.title + '</b><br>' + planRequired.privateRepos + ' private repositories' }}" bs-tooltip>
|
||||||
{{ planRequired.title }}
|
{{ planRequired.title }}
|
||||||
</b>.
|
</b>.
|
||||||
This will cost $<span>{{ planRequired.price / 100 }}</span>/month.
|
This will cost $<span>{{ planRequired.price / 100 }}</span>/month.
|
||||||
|
|
Reference in a new issue